Html Css Color HEX #E0AA51 Rob Roy

📋 copy color: '#E0AA51'

red 224 ◦ green 170 ◦ blue 81

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

Shades of Rob Roy #E0AA51

Tints of Rob Roy #E0AA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.05%

R = 47.16%
G = 35.79%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0AA51 (or 0xE0AA51) is known color: Rob Roy. HEX triplet: E0, AA and 51. RGB value is (224,170,81). Sum of RGB (Red+Green+Blue) = 224+170+81=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA51 is #1F55AE. Grayscale: #B0B0B0. Windows color (decimal): -2053551 or 5352160. OLE color: 5352160.

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

Color convert

RGB 224 170 81 -
CMYK 0 0.24 0.64 0.12
HSL 37.34º 0.7% 0.6% -
HSV(B) 37.34º 0.64% 0.88% -
XYZ 46.6 45.19 14.05 -
YUV 176 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 224 170 81 0 0.24 0.64 0.12 37.34 0.7 0.6
Hex E0 AA 51 0 18 40 C 25 46 3C
Octal 340 252 121 0 30 100 14 45 106 74
Binary 11100000 10101010 1010001 0 11000 1000000 1100 100101 1000110 111100

Color Harmonies of #E0AA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA51

Black with #E0AA51

Text Example


Text Example

White with #E0AA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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