Html Css Color HEX #E2AF5E Equator

📋 copy color: '#E2AF5E'

red 226 ◦ green 175 ◦ blue 94

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

Shades of Equator #E2AF5E

Tints of Equator #E2AF5E

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

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

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

R = 45.66%
G = 35.35%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2AF5E (or 0xE2AF5E) is known color: Equator. HEX triplet: E2, AF and 5E. RGB value is (226,175,94). Sum of RGB (Red+Green+Blue) = 226+175+94=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF5E is #1D50A1. Grayscale: #B5B5B5. Windows color (decimal): -1921186 or 6205410. OLE color: 6205410.

HSL color Cylindrical-coordinate representation of color #E2AF5E: hue angle of 36.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AF5E is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 94 -
CMYK 0 0.23 0.58 0.11
HSL 36.82º 0.69% 0.63% -
HSV(B) 36.82º 0.58% 0.89% -
XYZ 48.71 47.64 17.22 -
YUV 181.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 226 175 94 0 0.23 0.58 0.11 36.82 0.69 0.63
Hex E2 AF 5E 0 17 3A B 25 45 3F
Octal 342 257 136 0 27 72 13 45 105 77
Binary 11100010 10101111 1011110 0 10111 111010 1011 100101 1000101 111111

Color Harmonies of #E2AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AF5E

Black with #E2AF5E

Text Example


Text Example

White with #E2AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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