Html Css Color HEX #E1A962 Equator

📋 copy color: '#E1A962'

red 225 ◦ green 169 ◦ blue 98

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

Shades of Equator #E1A962

Tints of Equator #E1A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 98 (38.67% from 255) = 19.92%

R = 45.73%
G = 34.35%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1A962 (or 0xE1A962) is known color: Equator. HEX triplet: E1, A9 and 62. RGB value is (225,169,98). Sum of RGB (Red+Green+Blue) = 225+169+98=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A962 is #1E569D. Grayscale: #B1B1B1. Windows color (decimal): -1988254 or 6466017. OLE color: 6466017.

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

Color convert

RGB 225 169 98 -
CMYK 0 0.25 0.56 0.12
HSL 33.54º 0.68% 0.63% -
HSV(B) 33.54º 0.56% 0.88% -
XYZ 47.44 45.27 17.79 -
YUV 177.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 225 169 98 0 0.25 0.56 0.12 33.54 0.68 0.63
Hex E1 A9 62 0 19 38 C 22 44 3F
Octal 341 251 142 0 31 70 14 42 104 77
Binary 11100001 10101001 1100010 0 11001 111000 1100 100010 1000100 111111

Color Harmonies of #E1A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A962

Black with #E1A962

Text Example


Text Example

White with #E1A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A962; }

 p { color: rgb(225,169,98); }

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

background-color css

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

 a { background-color: rgb(225,169,98); }

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

border-color css

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

 span { border-color: rgb(225,169,98); }

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