Html Css Color HEX #E0AB4E Rob Roy

📋 copy color: '#E0AB4E'

red 224 ◦ green 171 ◦ blue 78

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

Shades of Rob Roy #E0AB4E

Tints of Rob Roy #E0AB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 47.36%
G = 36.15%
B = 16.49%

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

#E0AB4E (or 0xE0AB4E) is known color: Rob Roy. HEX triplet: E0, AB and 4E. RGB value is (224,171,78). Sum of RGB (Red+Green+Blue) = 224+171+78=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB4E is #1F54B1. Grayscale: #B0B0B0. Windows color (decimal): -2053298 or 5155808. OLE color: 5155808.

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

Color convert

RGB 224 171 78 -
CMYK 0 0.24 0.65 0.12
HSL 38.22º 0.7% 0.59% -
HSV(B) 38.22º 0.65% 0.88% -
XYZ 46.68 45.52 13.53 -
YUV 176.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 224 171 78 0 0.24 0.65 0.12 38.22 0.7 0.59
Hex E0 AB 4E 0 18 41 C 26 46 3B
Octal 340 253 116 0 30 101 14 46 106 73
Binary 11100000 10101011 1001110 0 11000 1000001 1100 100110 1000110 111011

Color Harmonies of #E0AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB4E

Black with #E0AB4E

Text Example


Text Example

White with #E0AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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