Html Css Color HEX #E0AA4E Rob Roy

📋 copy color: '#E0AA4E'

red 224 ◦ green 170 ◦ blue 78

#E0AA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #E0AA4E

Tints of Rob Roy #E0AA4E

RGB

 RED value IS 224 (87.89% from 255) = 47.46%

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 47.46%
G = 36.02%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0AA4E (or 0xE0AA4E) is known color: Rob Roy. HEX triplet: E0, AA and 4E. RGB value is (224,170,78). Sum of RGB (Red+Green+Blue) = 224+170+78=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA4E is #1F55B1. Grayscale: #B0B0B0. Windows color (decimal): -2053554 or 5155552. OLE color: 5155552.

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

Color convert

RGB 224 170 78 -
CMYK 0 0.24 0.65 0.12
HSL 37.81º 0.7% 0.59% -
HSV(B) 37.81º 0.65% 0.88% -
XYZ 46.49 45.15 13.47 -
YUV 175.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 224 170 78 0 0.24 0.65 0.12 37.81 0.7 0.59
Hex E0 AA 4E 0 18 41 C 26 46 3B
Octal 340 252 116 0 30 101 14 46 106 73
Binary 11100000 10101010 1001110 0 11000 1000001 1100 100110 1000110 111011

Color Harmonies of #E0AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA4E

Black with #E0AA4E

Text Example


Text Example

White with #E0AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA4E; }

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

 H1.HeaderClassName
 {
   color: #E0AA4E;
 }
 .AnyTagClassName
 {
   color: #E0AA4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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