#E0AD5A

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

Shades of Rob Roy #E0AD5A

Tints of Rob Roy #E0AD5A

Color information

#E0AD5A (or 0xE0AD5A) is unknown color: approx Rob Roy. HEX triplet: E0, AD and 5A. RGB value is (224,173,90). Sum of RGB (Red+Green+Blue) = 224+173+90=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD5A is #1F52A5. Grayscale: #B3B3B3. Windows color (decimal): -2052774 or 5942752. OLE color: 5942752.

HSL color Cylindrical-coordinate representation of color #E0AD5A: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0AD5A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22417390-
CMYK00.230.600.12
HSL37.16º68.37%61.57%-
HSV(B)37.16º59.82%87.84%-
XYZ47.5346.4716.14-
YUV178.7977.9160.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=46.00%
G=35.52%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241739000.230.600.1237.1668.3761.57
HexE0AD5A0173CC25443e
Octal34025513202774144510476
Binary1110000010101101101101001011111110011001001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD5A; }

 p { color: rgb(224,173,90); }

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

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

 a { background-color: rgb(224,173,90); }

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

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

 span { border-color: rgb(224,173,90); }

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