Html Css Color HEX #E0AF5E Equator

📋 copy color: '#E0AF5E'

red 224 ◦ green 175 ◦ blue 94

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

Shades of Equator #E0AF5E

Tints of Equator #E0AF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

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

R = 45.44%
G = 35.5%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0AF5E (or 0xE0AF5E) is known color: Equator. HEX triplet: E0, AF and 5E. RGB value is (224,175,94). Sum of RGB (Red+Green+Blue) = 224+175+94=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF5E is #1F50A1. Grayscale: #B4B4B4. Windows color (decimal): -2052258 or 6205408. OLE color: 6205408.

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

Color convert

RGB 224 175 94 -
CMYK 0 0.22 0.58 0.12
HSL 37.38º 0.68% 0.62% -
HSV(B) 37.38º 0.58% 0.88% -
XYZ 48.09 47.32 17.19 -
YUV 180.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 224 175 94 0 0.22 0.58 0.12 37.38 0.68 0.62
Hex E0 AF 5E 0 16 3A C 25 44 3E
Octal 340 257 136 0 26 72 14 45 104 76
Binary 11100000 10101111 1011110 0 10110 111010 1100 100101 1000100 111110

Color Harmonies of #E0AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF5E

Black with #E0AF5E

Text Example


Text Example

White with #E0AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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