#E4C049

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

Shades of Cream Can #E4C049

Tints of Cream Can #E4C049

Color information

#E4C049 (or 0xE4C049) is unknown color: approx Cream Can. HEX triplet: E4, C0 and 49. RGB value is (228,192,73). Sum of RGB (Red+Green+Blue) = 228+192+73=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C049 is #1B3FB6. Grayscale: #BDBDBD. Windows color (decimal): -1785783 or 4833508. OLE color: 4833508.

HSL color Cylindrical-coordinate representation of color #E4C049: hue angle of 46.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4C049 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22819273-
CMYK00.160.680.11
HSL46.06º74.16%59.02%-
HSV(B)46.06º67.98%89.41%-
XYZ52.0554.6714.11-
YUV189.262.43155.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 73 (28.91% from 255) = 14.81%
R=46.25%
G=38.95%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281927300.160.680.1146.0674.1659.02
HexE4C04901044B2e4a3b
Octal344300111020104135611273
Binary11100100110000001001001010000100010010111011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C049; }

 p { color: rgb(228,192,73); }

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

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

 a { background-color: rgb(228,192,73); }

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

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

 span { border-color: rgb(228,192,73); }

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