Html Css Color HEX #E0AB5A Rob Roy

📋 copy color: '#E0AB5A'

red 224 ◦ green 171 ◦ blue 90

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

Shades of Rob Roy #E0AB5A

Tints of Rob Roy #E0AB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 46.19%
G = 35.26%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0AB5A (or 0xE0AB5A) is known color: Rob Roy. HEX triplet: E0, AB and 5A. RGB value is (224,171,90). Sum of RGB (Red+Green+Blue) = 224+171+90=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB5A is #1F54A5. Grayscale: #B1B1B1. Windows color (decimal): -2053286 or 5942240. OLE color: 5942240.

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

Color convert

RGB 224 171 90 -
CMYK 0 0.24 0.60 0.12
HSL 36.27º 0.68% 0.62% -
HSV(B) 36.27º 0.6% 0.88% -
XYZ 47.15 45.71 16.01 -
YUV 177.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 224 171 90 0 0.24 0.60 0.12 36.27 0.68 0.62
Hex E0 AB 5A 0 18 3C C 24 44 3E
Octal 340 253 132 0 30 74 14 44 104 76
Binary 11100000 10101011 1011010 0 11000 111100 1100 100100 1000100 111110

Color Harmonies of #E0AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB5A

Black with #E0AB5A

Text Example


Text Example

White with #E0AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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