Html Css Color HEX #E0AF64 Equator

📋 copy color: '#E0AF64'

red 224 ◦ green 175 ◦ blue 100

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

Shades of Equator #E0AF64

Tints of Equator #E0AF64

RGB

 RED value IS 224 (87.89% from 255) = 44.89%

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

 BLUE value IS 100 (39.45% from 255) = 20.04%

R = 44.89%
G = 35.07%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0AF64 (or 0xE0AF64) is known color: Equator. HEX triplet: E0, AF and 64. RGB value is (224,175,100). Sum of RGB (Red+Green+Blue) = 224+175+100=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF64 is #1F509B. Grayscale: #B5B5B5. Windows color (decimal): -2052252 or 6598624. OLE color: 6598624.

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

Color convert

RGB 224 175 100 -
CMYK 0 0.22 0.55 0.12
HSL 36.29º 0.67% 0.64% -
HSV(B) 36.29º 0.55% 0.88% -
XYZ 48.37 47.43 18.66 -
YUV 181.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 224 175 100 0 0.22 0.55 0.12 36.29 0.67 0.64
Hex E0 AF 64 0 16 37 C 24 43 40
Octal 340 257 144 0 26 67 14 44 103 100
Binary 11100000 10101111 1100100 0 10110 110111 1100 100100 1000011 1000000

Color Harmonies of #E0AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF64

Black with #E0AF64

Text Example


Text Example

White with #E0AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF64; }

 p { color: rgb(224,175,100); }

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

background-color css

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

 a { background-color: rgb(224,175,100); }

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

border-color css

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

 span { border-color: rgb(224,175,100); }

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