#E0AE4E

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

Shades of Rob Roy #E0AE4E

Tints of Rob Roy #E0AE4E

Color information

#E0AE4E (or 0xE0AE4E) is unknown color: approx Rob Roy. HEX triplet: E0, AE and 4E. RGB value is (224,174,78). Sum of RGB (Red+Green+Blue) = 224+174+78=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE4E is #1F51B1. Grayscale: #B2B2B2. Windows color (decimal): -2052530 or 5156576. OLE color: 5156576.

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

Color convert

RGB22417478-
CMYK00.220.650.12
HSL39.45º70.19%59.22%-
HSV(B)39.45º65.18%87.84%-
XYZ47.2546.6713.73-
YUV178.0171.56160.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 78 (30.86% from 255) = 16.39%
R=47.06%
G=36.55%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241747800.220.650.1239.4570.1959.22
HexE0AE4E01641C27463b
Octal340256116026101144710673
Binary11100000101011101001110010110100000111001001111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AE4E; }

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

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

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

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

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

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

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

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