#E0B35C

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

Shades of Equator #E0B35C

Tints of Equator #E0B35C

Color information

#E0B35C (or 0xE0B35C) is unknown color: approx Equator. HEX triplet: E0, B3 and 5C. RGB value is (224,179,92). Sum of RGB (Red+Green+Blue) = 224+179+92=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B35C is #1F4CA3. Grayscale: #B6B6B6. Windows color (decimal): -2051236 or 6075360. OLE color: 6075360.

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

Color convert

RGB22417992-
CMYK00.200.590.12
HSL39.55º68.04%61.96%-
HSV(B)39.55º58.93%87.84%-
XYZ48.7948.8616.98-
YUV182.5476.91157.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=45.25%
G=36.16%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241799200.200.590.1239.5568.0461.96
HexE0B35C0143BC28443e
Octal34026313402473145010476
Binary1110000010110011101110001010011101111001010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B35C; }

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

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

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

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

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

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

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

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