#E0A74C

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

Shades of Rob Roy #E0A74C

Tints of Rob Roy #E0A74C

Color information

#E0A74C (or 0xE0A74C) is unknown color: approx Rob Roy. HEX triplet: E0, A7 and 4C. RGB value is (224,167,76). Sum of RGB (Red+Green+Blue) = 224+167+76=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A74C is #1F58B3. Grayscale: #AEAEAE. Windows color (decimal): -2054324 or 5023712. OLE color: 5023712.

HSL color Cylindrical-coordinate representation of color #E0A74C: hue angle of 36.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0A74C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22416776-
CMYK00.250.660.12
HSL36.89º70.48%58.82%-
HSV(B)36.89º66.07%87.84%-
XYZ45.8644.0112.91-
YUV173.6772.88163.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 76 (30.08% from 255) = 16.27%
R=47.97%
G=35.76%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241677600.250.660.1236.8970.4858.82
HexE0A74C01942C25463b
Octal340247114031102144510673
Binary11100000101001111001100011001100001011001001011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A74C; }

 p { color: rgb(224,167,76); }

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

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

 a { background-color: rgb(224,167,76); }

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

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

 span { border-color: rgb(224,167,76); }

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