#E0B263

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

Shades of Equator #E0B263

Tints of Equator #E0B263

Color information

#E0B263 (or 0xE0B263) is unknown color: approx Equator. HEX triplet: E0, B2 and 63. RGB value is (224,178,99). Sum of RGB (Red+Green+Blue) = 224+178+99=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B263 is #1F4D9C. Grayscale: #B7B7B7. Windows color (decimal): -2051485 or 6533856. OLE color: 6533856.

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

Color convert

RGB22417899-
CMYK00.210.560.12
HSL37.92º66.84%63.33%-
HSV(B)37.92º55.8%87.84%-
XYZ48.9148.5918.6-
YUV182.7580.74157.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=44.71%
G=35.53%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241789900.210.560.1237.9266.8463.33
HexE0B26301538C26433f
Octal34026214302570144610377
Binary1110000010110010110001101010111100011001001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B263; }

 p { color: rgb(224,178,99); }

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

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

 a { background-color: rgb(224,178,99); }

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

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

 span { border-color: rgb(224,178,99); }

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