Html Css Color HEX #E1AF63 Equator

📋 copy color: '#E1AF63'

red 225 ◦ green 175 ◦ blue 99

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

Shades of Equator #E1AF63

Tints of Equator #E1AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 45.09%
G = 35.07%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1AF63 (or 0xE1AF63) is known color: Equator. HEX triplet: E1, AF and 63. RGB value is (225,175,99). Sum of RGB (Red+Green+Blue) = 225+175+99=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF63 is #1E509C. Grayscale: #B5B5B5. Windows color (decimal): -1986717 or 6533089. OLE color: 6533089.

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

Color convert

RGB 225 175 99 -
CMYK 0 0.22 0.56 0.12
HSL 36.19º 0.68% 0.64% -
HSV(B) 36.19º 0.56% 0.88% -
XYZ 48.63 47.57 18.42 -
YUV 181.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 225 175 99 0 0.22 0.56 0.12 36.19 0.68 0.64
Hex E1 AF 63 0 16 38 C 24 44 40
Octal 341 257 143 0 26 70 14 44 104 100
Binary 11100001 10101111 1100011 0 10110 111000 1100 100100 1000100 1000000

Color Harmonies of #E1AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF63

Black with #E1AF63

Text Example


Text Example

White with #E1AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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