#E0B663

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

Shades of Equator #E0B663

Tints of Equator #E0B663

Color information

#E0B663 (or 0xE0B663) is unknown color: approx Equator. HEX triplet: E0, B6 and 63. RGB value is (224,182,99). Sum of RGB (Red+Green+Blue) = 224+182+99=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B663 is #1F499C. Grayscale: #B9B9B9. Windows color (decimal): -2050461 or 6534880. OLE color: 6534880.

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

Color convert

RGB22418299-
CMYK00.190.560.12
HSL39.84º66.84%63.33%-
HSV(B)39.84º55.8%87.84%-
XYZ49.7250.218.87-
YUV185.179.41155.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 99 (39.06% from 255) = 19.60%
R=44.36%
G=36.04%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241829900.190.560.1239.8466.8463.33
HexE0B66301338C28433f
Octal34026614302370145010377
Binary1110000010110110110001101001111100011001010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B663; }

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

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

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

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

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

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

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

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