Html Css Color HEX #E0A961 Equator

📋 copy color: '#E0A961'

red 224 ◦ green 169 ◦ blue 97

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

Shades of Equator #E0A961

Tints of Equator #E0A961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 45.71%
G = 34.49%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0A961 (or 0xE0A961) is known color: Equator. HEX triplet: E0, A9 and 61. RGB value is (224,169,97). Sum of RGB (Red+Green+Blue) = 224+169+97=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A961 is #1F569E. Grayscale: #B1B1B1. Windows color (decimal): -2053791 or 6400480. OLE color: 6400480.

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

Color convert

RGB 224 169 97 -
CMYK 0 0.25 0.57 0.12
HSL 34.02º 0.67% 0.63% -
HSV(B) 34.02º 0.57% 0.88% -
XYZ 47.09 45.09 17.53 -
YUV 177.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 224 169 97 0 0.25 0.57 0.12 34.02 0.67 0.63
Hex E0 A9 61 0 19 39 C 22 43 3F
Octal 340 251 141 0 31 71 14 42 103 77
Binary 11100000 10101001 1100001 0 11001 111001 1100 100010 1000011 111111

Color Harmonies of #E0A961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A961

Black with #E0A961

Text Example


Text Example

White with #E0A961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A961; }

 p { color: rgb(224,169,97); }

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

background-color css

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

 a { background-color: rgb(224,169,97); }

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

border-color css

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

 span { border-color: rgb(224,169,97); }

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