#E5BE4C

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

Shades of Cream Can #E5BE4C

Tints of Cream Can #E5BE4C

Color information

#E5BE4C (or 0xE5BE4C) is unknown color: approx Cream Can. HEX triplet: E5, BE and 4C. RGB value is (229,190,76). Sum of RGB (Red+Green+Blue) = 229+190+76=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE4C is #1A41B3. Grayscale: #BDBDBD. Windows color (decimal): -1720756 or 5029605. OLE color: 5029605.

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

Color convert

RGB22919076-
CMYK00.170.670.10
HSL44.71º74.63%59.8%-
HSV(B)44.71º66.81%89.8%-
XYZ52.0354.0114.52-
YUV188.6664.42156.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 76 (30.08% from 255) = 15.35%
R=46.26%
G=38.38%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291907600.170.670.1044.7174.6359.8
HexE5BE4C01143A2d4b3c
Octal345276114021103125511374
Binary11100101101111101001100010001100001110101011011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE4C; }

 p { color: rgb(229,190,76); }

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

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

 a { background-color: rgb(229,190,76); }

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

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

 span { border-color: rgb(229,190,76); }

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