#E5BD49

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

Shades of Cream Can #E5BD49

Tints of Cream Can #E5BD49

Color information

#E5BD49 (or 0xE5BD49) is unknown color: approx Cream Can. HEX triplet: E5, BD and 49. RGB value is (229,189,73). Sum of RGB (Red+Green+Blue) = 229+189+73=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BD49 is #1A42B6. Grayscale: #BCBCBC. Windows color (decimal): -1721015 or 4832741. OLE color: 4832741.

HSL color Cylindrical-coordinate representation of color #E5BD49: hue angle of 44.62º 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 #E5BD49 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB22918973-
CMYK00.170.680.10
HSL44.62º75%59.22%-
HSV(B)44.62º68.12%89.8%-
XYZ51.7153.5313.91-
YUV187.7463.25157.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=46.64%
G=38.49%
B=14.87%

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
Decimal2291897300.170.680.1044.627559.22
HexE5BD4901144A2d4b3b
Octal345275111021104125511373
Binary11100101101111011001001010001100010010101011011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD49; }

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

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

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

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

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

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

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

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