#E0AF4C

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

Shades of Rob Roy #E0AF4C

Tints of Rob Roy #E0AF4C

Color information

#E0AF4C (or 0xE0AF4C) is unknown color: approx Rob Roy. HEX triplet: E0, AF and 4C. RGB value is (224,175,76). Sum of RGB (Red+Green+Blue) = 224+175+76=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AF4C is #1F50B3. Grayscale: #B2B2B2. Windows color (decimal): -2052276 or 5025760. OLE color: 5025760.

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

Color convert

RGB22417576-
CMYK00.220.660.12
HSL40.14º70.48%58.82%-
HSV(B)40.14º66.07%87.84%-
XYZ47.3747.0313.42-
YUV178.3670.23160.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 76 (30.08% from 255) = 16%
R=47.16%
G=36.84%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241757600.220.660.1240.1470.4858.82
HexE0AF4C01642C28463b
Octal340257114026102145010673
Binary11100000101011111001100010110100001011001010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF4C; }

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

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

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

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

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

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

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

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