#E5BF56

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

Shades of Cream Can #E5BF56

Tints of Cream Can #E5BF56

Color information

#E5BF56 (or 0xE5BF56) is unknown color: approx Cream Can. HEX triplet: E5, BF and 56. RGB value is (229,191,86). Sum of RGB (Red+Green+Blue) = 229+191+86=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF56 is #1A40A9. Grayscale: #BEBEBE. Windows color (decimal): -1720490 or 5685221. OLE color: 5685221.

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

Color convert

RGB22919186-
CMYK00.170.620.10
HSL44.06º73.33%61.76%-
HSV(B)44.06º62.45%89.8%-
XYZ52.6254.5916.57-
YUV190.3969.09155.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.26%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 86 (33.98% from 255) = 17.00%
R=45.26%
G=37.75%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291918600.170.620.1044.0673.3361.76
HexE5BF560113EA2c493e
Octal34527712602176125411176
Binary1110010110111111101011001000111111010101011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF56; }

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

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

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

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

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

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

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

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