Html Css Color HEX #E5AF60 Equator

📋 copy color: '#E5AF60'

red 229 ◦ green 175 ◦ blue 96

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

Shades of Equator #E5AF60

Tints of Equator #E5AF60

RGB

 RED value IS 229 (89.84% from 255) = 45.8%

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

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

R = 45.8%
G = 35%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5AF60 (or 0xE5AF60) is known color: Equator. HEX triplet: E5, AF and 60. RGB value is (229,175,96). Sum of RGB (Red+Green+Blue) = 229+175+96=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF60 is #1A509F. Grayscale: #B6B6B6. Windows color (decimal): -1724576 or 6336485. OLE color: 6336485.

HSL color Cylindrical-coordinate representation of color #E5AF60: hue angle of 35.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5AF60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 96 -
CMYK 0 0.24 0.58 0.10
HSL 35.64º 0.72% 0.64% -
HSV(B) 35.64º 0.58% 0.9% -
XYZ 49.75 48.16 17.74 -
YUV 182.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 229 175 96 0 0.24 0.58 0.10 35.64 0.72 0.64
Hex E5 AF 60 0 18 3A A 24 48 40
Octal 345 257 140 0 30 72 12 44 110 100
Binary 11100101 10101111 1100000 0 11000 111010 1010 100100 1001000 1000000

Color Harmonies of #E5AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF60

Black with #E5AF60

Text Example


Text Example

White with #E5AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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