#E5BF49

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

Shades of Cream Can #E5BF49

Tints of Cream Can #E5BF49

Color information

#E5BF49 (or 0xE5BF49) is unknown color: approx Cream Can. HEX triplet: E5, BF and 49. RGB value is (229,191,73). Sum of RGB (Red+Green+Blue) = 229+191+73=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF49 is #1A40B6. Grayscale: #BDBDBD. Windows color (decimal): -1720503 or 4833253. OLE color: 4833253.

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

Color convert

RGB22919173-
CMYK00.170.680.10
HSL45.38º75%59.22%-
HSV(B)45.38º68.12%89.8%-
XYZ52.1554.414.06-
YUV188.9162.59156.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 73 (28.91% from 255) = 14.81%
R=46.45%
G=38.74%
B=14.81%

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
Decimal2291917300.170.680.1045.387559.22
HexE5BF4901144A2d4b3b
Octal345277111021104125511373
Binary11100101101111111001001010001100010010101011011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF49; }

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

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

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

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

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

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

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

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