#E0AF4E

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

Shades of Rob Roy #E0AF4E

Tints of Rob Roy #E0AF4E

Color information

#E0AF4E (or 0xE0AF4E) is unknown color: approx Rob Roy. HEX triplet: E0, AF and 4E. RGB value is (224,175,78). Sum of RGB (Red+Green+Blue) = 224+175+78=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF4E is #1F50B1. Grayscale: #B3B3B3. Windows color (decimal): -2052274 or 5156832. OLE color: 5156832.

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

Color convert

RGB22417578-
CMYK00.220.650.12
HSL39.86º70.19%59.22%-
HSV(B)39.86º65.18%87.84%-
XYZ47.4547.0613.79-
YUV178.5971.23160.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 78 (30.86% from 255) = 16.35%
R=46.96%
G=36.69%
B=16.35%

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
Decimal2241757800.220.650.1239.8670.1959.22
HexE0AF4E01641C28463b
Octal340257116026101145010673
Binary11100000101011111001110010110100000111001010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF4E; }

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

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

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

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

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

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

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

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