Html Css Color HEX #E1AF5E Equator

📋 copy color: '#E1AF5E'

red 225 ◦ green 175 ◦ blue 94

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

Shades of Equator #E1AF5E

Tints of Equator #E1AF5E

RGB

 RED value IS 225 (88.28% from 255) = 45.55%

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

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

R = 45.55%
G = 35.43%
B = 19.03%

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

#E1AF5E (or 0xE1AF5E) is known color: Equator. HEX triplet: E1, AF and 5E. RGB value is (225,175,94). Sum of RGB (Red+Green+Blue) = 225+175+94=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF5E is #1E50A1. Grayscale: #B5B5B5. Windows color (decimal): -1986722 or 6205409. OLE color: 6205409.

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

Color convert

RGB 225 175 94 -
CMYK 0 0.22 0.58 0.12
HSL 37.1º 0.69% 0.63% -
HSV(B) 37.1º 0.58% 0.88% -
XYZ 48.4 47.48 17.2 -
YUV 180.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 225 175 94 0 0.22 0.58 0.12 37.1 0.69 0.63
Hex E1 AF 5E 0 16 3A C 25 45 3F
Octal 341 257 136 0 26 72 14 45 105 77
Binary 11100001 10101111 1011110 0 10110 111010 1100 100101 1000101 111111

Color Harmonies of #E1AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF5E

Black with #E1AF5E

Text Example


Text Example

White with #E1AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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