Html Css Color HEX #E0A451 Rob Roy

📋 copy color: '#E0A451'

red 224 ◦ green 164 ◦ blue 81

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

Shades of Rob Roy #E0A451

Tints of Rob Roy #E0A451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 47.76%
G = 34.97%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0A451 (or 0xE0A451) is known color: Rob Roy. HEX triplet: E0, A4 and 51. RGB value is (224,164,81). Sum of RGB (Red+Green+Blue) = 224+164+81=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A451 is #1F5BAE. Grayscale: #ACACAC. Windows color (decimal): -2055087 or 5350624. OLE color: 5350624.

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

Color convert

RGB 224 164 81 -
CMYK 0 0.27 0.64 0.12
HSL 34.83º 0.7% 0.6% -
HSV(B) 34.83º 0.64% 0.88% -
XYZ 45.5 42.99 13.68 -
YUV 172.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 224 164 81 0 0.27 0.64 0.12 34.83 0.7 0.6
Hex E0 A4 51 0 1B 40 C 23 46 3C
Octal 340 244 121 0 33 100 14 43 106 74
Binary 11100000 10100100 1010001 0 11011 1000000 1100 100011 1000110 111100

Color Harmonies of #E0A451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A451

Black with #E0A451

Text Example


Text Example

White with #E0A451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A451; }

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

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

background-color css

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

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

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

border-color css

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

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

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