Html Css Color HEX #E1AC60 Equator

📋 copy color: '#E1AC60'

red 225 ◦ green 172 ◦ blue 96

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

Shades of Equator #E1AC60

Tints of Equator #E1AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

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

R = 45.64%
G = 34.89%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1AC60 (or 0xE1AC60) is known color: Equator. HEX triplet: E1, AC and 60. RGB value is (225,172,96). Sum of RGB (Red+Green+Blue) = 225+172+96=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC60 is #1E539F. Grayscale: #B3B3B3. Windows color (decimal): -1987488 or 6335713. OLE color: 6335713.

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

Color convert

RGB 225 172 96 -
CMYK 0 0.24 0.57 0.12
HSL 35.35º 0.68% 0.63% -
HSV(B) 35.35º 0.57% 0.88% -
XYZ 47.92 46.36 17.49 -
YUV 179.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 225 172 96 0 0.24 0.57 0.12 35.35 0.68 0.63
Hex E1 AC 60 0 18 39 C 23 44 3F
Octal 341 254 140 0 30 71 14 43 104 77
Binary 11100001 10101100 1100000 0 11000 111001 1100 100011 1000100 111111

Color Harmonies of #E1AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AC60

Black with #E1AC60

Text Example


Text Example

White with #E1AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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