Html Css Color HEX #E1B061 Equator

📋 copy color: '#E1B061'

red 225 ◦ green 176 ◦ blue 97

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

Shades of Equator #E1B061

Tints of Equator #E1B061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 45.18%
G = 35.34%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1B061 (or 0xE1B061) is known color: Equator. HEX triplet: E1, B0 and 61. RGB value is (225,176,97). Sum of RGB (Red+Green+Blue) = 225+176+97=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B061 is #1E4F9E. Grayscale: #B6B6B6. Windows color (decimal): -1986463 or 6402273. OLE color: 6402273.

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

Color convert

RGB 225 176 97 -
CMYK 0 0.22 0.57 0.12
HSL 37.03º 0.68% 0.63% -
HSV(B) 37.03º 0.57% 0.88% -
XYZ 48.73 47.92 17.99 -
YUV 181.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 225 176 97 0 0.22 0.57 0.12 37.03 0.68 0.63
Hex E1 B0 61 0 16 39 C 25 44 3F
Octal 341 260 141 0 26 71 14 45 104 77
Binary 11100001 10110000 1100001 0 10110 111001 1100 100101 1000100 111111

Color Harmonies of #E1B061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B061

Black with #E1B061

Text Example


Text Example

White with #E1B061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B061; }

 p { color: rgb(225,176,97); }

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

background-color css

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

 a { background-color: rgb(225,176,97); }

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

border-color css

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

 span { border-color: rgb(225,176,97); }

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