#E5BE49

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

Shades of Cream Can #E5BE49

Tints of Cream Can #E5BE49

Color information

#E5BE49 (or 0xE5BE49) is unknown color: approx Cream Can. HEX triplet: E5, BE and 49. RGB value is (229,190,73). Sum of RGB (Red+Green+Blue) = 229+190+73=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE49 is #1A41B6. Grayscale: #BCBCBC. Windows color (decimal): -1720759 or 4832997. OLE color: 4832997.

HSL color Cylindrical-coordinate representation of color #E5BE49: hue angle of 45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5BE49 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB22919073-
CMYK00.170.680.10
HSL45º75%59.22%-
HSV(B)45º68.12%89.8%-
XYZ51.9353.9713.98-
YUV188.3262.92157.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 73 (28.91% from 255) = 14.84%
R=46.54%
G=38.62%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291907300.170.680.10457559.22
HexE5BE4901144A2d4b3b
Octal345276111021104125511373
Binary11100101101111101001001010001100010010101011011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE49; }

 p { color: rgb(229,190,73); }

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

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

 a { background-color: rgb(229,190,73); }

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

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

 span { border-color: rgb(229,190,73); }

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