Html Css Color HEX #E0AE5E Equator

📋 copy color: '#E0AE5E'

red 224 ◦ green 174 ◦ blue 94

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

Shades of Equator #E0AE5E

Tints of Equator #E0AE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.37%

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

R = 45.53%
G = 35.37%
B = 19.11%

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

#E0AE5E (or 0xE0AE5E) is known color: Equator. HEX triplet: E0, AE and 5E. RGB value is (224,174,94). Sum of RGB (Red+Green+Blue) = 224+174+94=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE5E is #1F51A1. Grayscale: #B4B4B4. Windows color (decimal): -2052514 or 6205152. OLE color: 6205152.

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

Color convert

RGB 224 174 94 -
CMYK 0 0.22 0.58 0.12
HSL 36.92º 0.68% 0.62% -
HSV(B) 36.92º 0.58% 0.88% -
XYZ 47.9 46.93 17.12 -
YUV 179.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 224 174 94 0 0.22 0.58 0.12 36.92 0.68 0.62
Hex E0 AE 5E 0 16 3A C 25 44 3E
Octal 340 256 136 0 26 72 14 45 104 76
Binary 11100000 10101110 1011110 0 10110 111010 1100 100101 1000100 111110

Color Harmonies of #E0AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AE5E

Black with #E0AE5E

Text Example


Text Example

White with #E0AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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