#E0B95C

Color #E0B95C Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #E0B95C

Tints of Equator #E0B95C

Color information

#E0B95C (or 0xE0B95C) is unknown color: approx Equator. HEX triplet: E0, B9 and 5C. RGB value is (224,185,92). Sum of RGB (Red+Green+Blue) = 224+185+92=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B95C is #1F46A3. Grayscale: #BABABA. Windows color (decimal): -2049700 or 6076896. OLE color: 6076896.

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

Color convert

RGB22418592-
CMYK00.170.590.12
HSL42.27º68.04%61.96%-
HSV(B)42.27º58.93%87.84%-
XYZ50.0251.3217.39-
YUV186.0674.92155.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=44.71%
G=36.93%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241859200.170.590.1242.2768.0461.96
HexE0B95C0113BC2a443e
Octal34027113402173145210476
Binary1110000010111001101110001000111101111001010101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B95C; }

 p { color: rgb(224,185,92); }

 H1.HeaderClassName
 {
   color: #E0B95C;
 }
 .AnyTagClassName
 {
   color: #E0B95C;
 }
</style>
background-color css

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

 a { background-color: rgb(224,185,92); }

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

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

 span { border-color: rgb(224,185,92); }

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