#E0AC5A

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

Shades of Rob Roy #E0AC5A

Tints of Rob Roy #E0AC5A

Color information

#E0AC5A (or 0xE0AC5A) is unknown color: approx Rob Roy. HEX triplet: E0, AC and 5A. RGB value is (224,172,90). Sum of RGB (Red+Green+Blue) = 224+172+90=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC5A is #1F53A5. Grayscale: #B2B2B2. Windows color (decimal): -2053030 or 5942496. OLE color: 5942496.

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

Color convert

RGB22417290-
CMYK00.230.600.12
HSL36.72º68.37%61.57%-
HSV(B)36.72º59.82%87.84%-
XYZ47.3446.0916.07-
YUV178.278.23160.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 90 (35.55% from 255) = 18.52%
R=46.09%
G=35.39%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241729000.230.600.1236.7268.3761.57
HexE0AC5A0173CC25443e
Octal34025413202774144510476
Binary1110000010101100101101001011111110011001001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC5A; }

 p { color: rgb(224,172,90); }

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

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

 a { background-color: rgb(224,172,90); }

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

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

 span { border-color: rgb(224,172,90); }

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