#E0AA55

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

Shades of Rob Roy #E0AA55

Tints of Rob Roy #E0AA55

Color information

#E0AA55 (or 0xE0AA55) is unknown color: approx Rob Roy. HEX triplet: E0, AA and 55. RGB value is (224,170,85). Sum of RGB (Red+Green+Blue) = 224+170+85=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA55 is #1F55AA. Grayscale: #B0B0B0. Windows color (decimal): -2053547 or 5614304. OLE color: 5614304.

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

Color convert

RGB22417085-
CMYK00.240.620.12
HSL36.69º69.15%60.59%-
HSV(B)36.69º62.05%87.84%-
XYZ46.7545.2514.86-
YUV176.4676.39161.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 85 (33.59% from 255) = 17.75%
R=46.76%
G=35.49%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241708500.240.620.1236.6969.1560.59
HexE0AA550183EC25453d
Octal34025212503076144510575
Binary1110000010101010101010101100011111011001001011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA55; }

 p { color: rgb(224,170,85); }

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

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

 a { background-color: rgb(224,170,85); }

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

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

 span { border-color: rgb(224,170,85); }

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