Html Css Color HEX #E0AB5E Rob Roy

📋 copy color: '#E0AB5E'

red 224 ◦ green 171 ◦ blue 94

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

Shades of Rob Roy #E0AB5E

Tints of Rob Roy #E0AB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 45.81%
G = 34.97%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0AB5E (or 0xE0AB5E) is known color: Rob Roy. HEX triplet: E0, AB and 5E. RGB value is (224,171,94). Sum of RGB (Red+Green+Blue) = 224+171+94=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB5E is #1F54A1. Grayscale: #B2B2B2. Windows color (decimal): -2053282 or 6204384. OLE color: 6204384.

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

Color convert

RGB 224 171 94 -
CMYK 0 0.24 0.58 0.12
HSL 35.54º 0.68% 0.62% -
HSV(B) 35.54º 0.58% 0.88% -
XYZ 47.32 45.78 16.93 -
YUV 178.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 224 171 94 0 0.24 0.58 0.12 35.54 0.68 0.62
Hex E0 AB 5E 0 18 3A C 24 44 3E
Octal 340 253 136 0 30 72 14 44 104 76
Binary 11100000 10101011 1011110 0 11000 111010 1100 100100 1000100 111110

Color Harmonies of #E0AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB5E

Black with #E0AB5E

Text Example


Text Example

White with #E0AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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