Html Css Color HEX #E5AF5F Equator

📋 copy color: '#E5AF5F'

red 229 ◦ green 175 ◦ blue 95

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

Shades of Equator #E5AF5F

Tints of Equator #E5AF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.04%

R = 45.89%
G = 35.07%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5AF5F (or 0xE5AF5F) is known color: Equator. HEX triplet: E5, AF and 5F. RGB value is (229,175,95). Sum of RGB (Red+Green+Blue) = 229+175+95=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF5F is #1A50A0. Grayscale: #B6B6B6. Windows color (decimal): -1724577 or 6270949. OLE color: 6270949.

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

Color convert

RGB 229 175 95 -
CMYK 0 0.24 0.59 0.10
HSL 35.82º 0.72% 0.64% -
HSV(B) 35.82º 0.59% 0.9% -
XYZ 49.71 48.14 17.5 -
YUV 182.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 229 175 95 0 0.24 0.59 0.10 35.82 0.72 0.64
Hex E5 AF 5F 0 18 3B A 24 48 40
Octal 345 257 137 0 30 73 12 44 110 100
Binary 11100101 10101111 1011111 0 11000 111011 1010 100100 1001000 1000000

Color Harmonies of #E5AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF5F

Black with #E5AF5F

Text Example


Text Example

White with #E5AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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