Html Css Color HEX #E1B162 Equator

📋 copy color: '#E1B162'

red 225 ◦ green 177 ◦ blue 98

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

Shades of Equator #E1B162

Tints of Equator #E1B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 45%
G = 35.4%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1B162 (or 0xE1B162) is known color: Equator. HEX triplet: E1, B1 and 62. RGB value is (225,177,98). Sum of RGB (Red+Green+Blue) = 225+177+98=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B162 is #1E4E9D. Grayscale: #B6B6B6. Windows color (decimal): -1986206 or 6468065. OLE color: 6468065.

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

Color convert

RGB 225 177 98 -
CMYK 0 0.21 0.56 0.12
HSL 37.32º 0.68% 0.63% -
HSV(B) 37.32º 0.56% 0.88% -
XYZ 48.98 48.33 18.3 -
YUV 182.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 225 177 98 0 0.21 0.56 0.12 37.32 0.68 0.63
Hex E1 B1 62 0 15 38 C 25 44 3F
Octal 341 261 142 0 25 70 14 45 104 77
Binary 11100001 10110001 1100010 0 10101 111000 1100 100101 1000100 111111

Color Harmonies of #E1B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B162

Black with #E1B162

Text Example


Text Example

White with #E1B162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B162; }

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

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

background-color css

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

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

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

border-color css

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

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

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