#E1BD63

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

Shades of Equator #E1BD63

Tints of Equator #E1BD63

Color information

#E1BD63 (or 0xE1BD63) is unknown color: approx Equator. HEX triplet: E1, BD and 63. RGB value is (225,189,99). Sum of RGB (Red+Green+Blue) = 225+189+99=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD63 is #1E429C. Grayscale: #BDBDBD. Windows color (decimal): -1983133 or 6536673. OLE color: 6536673.

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

Color convert

RGB22518999-
CMYK00.160.560.12
HSL42.86º67.74%63.53%-
HSV(B)42.86º56%88.24%-
XYZ51.553.319.38-
YUV189.576.93153.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=43.86%
G=36.84%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251899900.160.560.1242.8667.7463.53
HexE1BD6301038C2b4440
Octal341275143020701453104100
Binary11100001101111011100011010000111000110010101110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD63; }

 p { color: rgb(225,189,99); }

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

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

 a { background-color: rgb(225,189,99); }

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

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

 span { border-color: rgb(225,189,99); }

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