#e0a659

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

Shades of Rob Roy #E0A659

Tints of Rob Roy #E0A659

Color information

#E0A659 (or 0xE0A659) is unknown color: approx Rob Roy. HEX triplet: E0, A6 and 59. RGB value is (224,166,89). Sum of RGB (Red+Green+Blue) = 224+166+89=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A659 is #1F59A6. Grayscale: #AEAEAE. Windows color (decimal): -2054567 or 5875424. OLE color: 5875424.

HSL color Cylindrical-coordinate representation of color #E0A659: hue angle of 34.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0A659 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22416689-
CMYK00.260.600.12
HSL34.22º68.53%61.37%-
HSV(B)34.22º60.27%87.84%-
XYZ46.1843.8415.48-
YUV174.5679.72163.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 89 (35.16% from 255) = 18.58%
R=46.76%
G=34.66%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241668900.260.600.1234.2268.5361.37
HexE0A65901A3CC22453d
Octal34024613103274144210575
Binary1110000010100110101100101101011110011001000101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0a659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0a659; }

 p { color: rgb(224,166,89); }

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

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

 a { background-color: rgb(224,166,89); }

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

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

 span { border-color: rgb(224,166,89); }

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