#E4BF49

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

Shades of Cream Can #E4BF49

Tints of Cream Can #E4BF49

Color information

#E4BF49 (or 0xE4BF49) is unknown color: approx Cream Can. HEX triplet: E4, BF and 49. RGB value is (228,191,73). Sum of RGB (Red+Green+Blue) = 228+191+73=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BF49 is #1B40B6. Grayscale: #BDBDBD. Windows color (decimal): -1786039 or 4833252. OLE color: 4833252.

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

Color convert

RGB22819173-
CMYK00.160.680.11
HSL45.68º74.16%59.02%-
HSV(B)45.68º67.98%89.41%-
XYZ51.8354.2414.04-
YUV188.6162.76156.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.34%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 73 (28.91% from 255) = 14.84%
R=46.34%
G=38.82%
B=14.84%

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
Decimal2281917300.160.680.1145.6874.1659.02
HexE4BF4901044B2e4a3b
Octal344277111020104135611273
Binary11100100101111111001001010000100010010111011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF49; }

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

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

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

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

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

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

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

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