Html Css Color HEX #E0AF4E Rob Roy

📋 copy color: '#E0AF4E'

red 224 ◦ green 175 ◦ blue 78

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

Shades of Rob Roy #E0AF4E

Tints of Rob Roy #E0AF4E

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 value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0AF4E (or 0xE0AF4E) is known color: 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

RGB 224 175 78 -
CMYK 0 0.22 0.65 0.12
HSL 39.86º 0.7% 0.59% -
HSV(B) 39.86º 0.65% 0.88% -
XYZ 47.45 47.06 13.79 -
YUV 178.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 224 175 78 0 0.22 0.65 0.12 39.86 0.7 0.59
Hex E0 AF 4E 0 16 41 C 28 46 3B
Octal 340 257 116 0 26 101 14 50 106 73
Binary 11100000 10101111 1001110 0 10110 1000001 1100 101000 1000110 111011

Color Harmonies of #E0AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF4E

Black with #E0AF4E

Text Example


Text Example

White with #E0AF4E

Text Example


Text Example

HTML Codes & Css Web 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>