#E6AB55

Color #E6AB55 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #E6AB55

Tints of Rob Roy #E6AB55

Color information

#E6AB55 (or 0xE6AB55) is unknown color: approx Rob Roy. HEX triplet: E6, AB and 55. RGB value is (230,171,85). Sum of RGB (Red+Green+Blue) = 230+171+85=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB55 is #1954AA. Grayscale: #B3B3B3. Windows color (decimal): -1660075 or 5614566. OLE color: 5614566.

HSL color Cylindrical-coordinate representation of color #E6AB55: hue angle of 35.59º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6AB55 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB23017185-
CMYK00.260.630.10
HSL35.59º74.36%61.76%-
HSV(B)35.59º63.04%90.2%-
XYZ48.8446.615.02-
YUV178.8475.05164.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=47.33%
G=35.19%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301718500.260.630.1035.5974.3661.76
HexE6AB5501A3FA244a3e
Octal34625312503277124411276
Binary1110011010101011101010101101011111110101001001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB55; }

 p { color: rgb(230,171,85); }

 H1.HeaderClassName
 {
   color: #E6AB55;
 }
 .AnyTagClassName
 {
   color: #E6AB55;
 }
</style>
background-color css

<style>
 a { background-color: #E6AB55; }

 a { background-color: rgb(230,171,85); }

 div.DivClassName
 {
   background-color: #E6AB55;
 }
 .BgClassName
 {
   background-color: #E6AB55;
 }
</style>
border-color css

<style>
 span { border-color: #E6AB55; }

 span { border-color: rgb(230,171,85); }

 td.TdClassName
 {
   border-color: #E6AB55;
 }
 .TagClassName
 {
   border-color: #E6AB55;
 }
</style>