#E0AE4B

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

Shades of Rob Roy #E0AE4B

Tints of Rob Roy #E0AE4B

Color information

#E0AE4B (or 0xE0AE4B) is unknown color: approx Rob Roy. HEX triplet: E0, AE and 4B. RGB value is (224,174,75). Sum of RGB (Red+Green+Blue) = 224+174+75=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AE4B is #1F51B4. Grayscale: #B2B2B2. Windows color (decimal): -2052533 or 4959968. OLE color: 4959968.

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

Color convert

RGB22417475-
CMYK00.220.670.12
HSL39.87º70.62%58.63%-
HSV(B)39.87º66.52%87.84%-
XYZ47.1546.6313.17-
YUV177.6670.06161.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=47.36%
G=36.79%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241747500.220.670.1239.8770.6258.63
HexE0AE4B01643C28473b
Octal340256113026103145010773
Binary11100000101011101001011010110100001111001010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AE4B; }

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

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

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

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

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

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

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

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