#e0ae56

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

Shades of Rob Roy #E0AE56

Tints of Rob Roy #E0AE56

Color information

#E0AE56 (or 0xE0AE56) is unknown color: approx Rob Roy. HEX triplet: E0, AE and 56. RGB value is (224,174,86). Sum of RGB (Red+Green+Blue) = 224+174+86=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE56 is #1F51A9. Grayscale: #B3B3B3. Windows color (decimal): -2052522 or 5680864. OLE color: 5680864.

HSL color Cylindrical-coordinate representation of color #E0AE56: hue angle of 38.26º 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 #E0AE56 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22417486-
CMYK00.220.620.12
HSL38.26º69%60.78%-
HSV(B)38.26º61.61%87.84%-
XYZ47.5646.7915.33-
YUV178.9275.56160.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 86 (33.98% from 255) = 17.77%
R=46.28%
G=35.95%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241748600.220.620.1238.266960.78
HexE0AE560163EC26453d
Octal34025612602676144610575
Binary1110000010101110101011001011011111011001001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ae56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ae56; }

 p { color: rgb(224,174,86); }

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

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

 a { background-color: rgb(224,174,86); }

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

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

 span { border-color: rgb(224,174,86); }

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