#e5c758

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

Shades of Cream Can #E5C758

Tints of Cream Can #E5C758

Color information

#E5C758 (or 0xE5C758) is unknown color: approx Cream Can. HEX triplet: E5, C7 and 58. RGB value is (229,199,88). Sum of RGB (Red+Green+Blue) = 229+199+88=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C758 is #1A38A7. Grayscale: #C3C3C3. Windows color (decimal): -1718440 or 5818341. OLE color: 5818341.

HSL color Cylindrical-coordinate representation of color #E5C758: hue angle of 47.23º 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 #E5C758 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22919988-
CMYK00.130.620.10
HSL47.23º73.06%62.16%-
HSV(B)47.23º61.57%89.8%-
XYZ54.558.2117.6-
YUV195.3267.44152.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 88 (34.77% from 255) = 17.05%
R=44.38%
G=38.57%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291998800.130.620.1047.2373.0662.16
HexE5C7580D3EA2f493e
Octal34530713001576125711176
Binary111001011100011110110000110111111010101011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c758; }

 p { color: rgb(229,199,88); }

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

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

 a { background-color: rgb(229,199,88); }

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

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

 span { border-color: rgb(229,199,88); }

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