Html Css Color HEX #E1AF60 Equator

📋 copy color: '#E1AF60'

red 225 ◦ green 175 ◦ blue 96

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

Shades of Equator #E1AF60

Tints of Equator #E1AF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.35%

R = 45.36%
G = 35.28%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1AF60 (or 0xE1AF60) is known color: Equator. HEX triplet: E1, AF and 60. RGB value is (225,175,96). Sum of RGB (Red+Green+Blue) = 225+175+96=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF60 is #1E509F. Grayscale: #B5B5B5. Windows color (decimal): -1986720 or 6336481. OLE color: 6336481.

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

Color convert

RGB 225 175 96 -
CMYK 0 0.22 0.57 0.12
HSL 36.74º 0.68% 0.63% -
HSV(B) 36.74º 0.57% 0.88% -
XYZ 48.49 47.51 17.68 -
YUV 180.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 225 175 96 0 0.22 0.57 0.12 36.74 0.68 0.63
Hex E1 AF 60 0 16 39 C 25 44 3F
Octal 341 257 140 0 26 71 14 45 104 77
Binary 11100001 10101111 1100000 0 10110 111001 1100 100101 1000100 111111

Color Harmonies of #E1AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF60

Black with #E1AF60

Text Example


Text Example

White with #E1AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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