Html Css Color HEX #E0AB60 Equator

📋 copy color: '#E0AB60'

red 224 ◦ green 171 ◦ blue 96

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

Shades of Equator #E0AB60

Tints of Equator #E0AB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 45.62%
G = 34.83%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0AB60 (or 0xE0AB60) is known color: Equator. HEX triplet: E0, AB and 60. RGB value is (224,171,96). Sum of RGB (Red+Green+Blue) = 224+171+96=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB60 is #1F549F. Grayscale: #B2B2B2. Windows color (decimal): -2053280 or 6335456. OLE color: 6335456.

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

Color convert

RGB 224 171 96 -
CMYK 0 0.24 0.57 0.12
HSL 35.16º 0.67% 0.63% -
HSV(B) 35.16º 0.57% 0.88% -
XYZ 47.41 45.82 17.41 -
YUV 178.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 224 171 96 0 0.24 0.57 0.12 35.16 0.67 0.63
Hex E0 AB 60 0 18 39 C 23 43 3F
Octal 340 253 140 0 30 71 14 43 103 77
Binary 11100000 10101011 1100000 0 11000 111001 1100 100011 1000011 111111

Color Harmonies of #E0AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB60

Black with #E0AB60

Text Example


Text Example

White with #E0AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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