#E0B463

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

Shades of Equator #E0B463

Tints of Equator #E0B463

Color information

#E0B463 (or 0xE0B463) is unknown color: approx Equator. HEX triplet: E0, B4 and 63. RGB value is (224,180,99). Sum of RGB (Red+Green+Blue) = 224+180+99=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B463 is #1F4B9C. Grayscale: #B8B8B8. Windows color (decimal): -2050973 or 6534368. OLE color: 6534368.

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

Color convert

RGB22418099-
CMYK00.200.560.12
HSL38.88º66.84%63.33%-
HSV(B)38.88º55.8%87.84%-
XYZ49.3149.3918.74-
YUV183.9280.08156.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=44.53%
G=35.79%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241809900.200.560.1238.8866.8463.33
HexE0B46301438C27433f
Octal34026414302470144710377
Binary1110000010110100110001101010011100011001001111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B463; }

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

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

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

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

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

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

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

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