#E5BF54

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

Shades of Cream Can #E5BF54

Tints of Cream Can #E5BF54

Color information

#E5BF54 (or 0xE5BF54) is unknown color: approx Cream Can. HEX triplet: E5, BF and 54. RGB value is (229,191,84). Sum of RGB (Red+Green+Blue) = 229+191+84=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF54 is #1A40AB. Grayscale: #BEBEBE. Windows color (decimal): -1720492 or 5554149. OLE color: 5554149.

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

Color convert

RGB22919184-
CMYK00.170.630.10
HSL44.28º73.6%61.37%-
HSV(B)44.28º63.32%89.8%-
XYZ52.5454.5616.15-
YUV190.1668.09155.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 84 (33.20% from 255) = 16.67%
R=45.44%
G=37.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291918400.170.630.1044.2873.661.37
HexE5BF540113FA2c4a3d
Octal34527712402177125411275
Binary1110010110111111101010001000111111110101011001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF54; }

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

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

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

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

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

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

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

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