#EDC156

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

Shades of Cream Can #EDC156

Tints of Cream Can #EDC156

Color information

#EDC156 (or 0xEDC156) is unknown color: approx Cream Can. HEX triplet: ED, C1 and 56. RGB value is (237,193,86). Sum of RGB (Red+Green+Blue) = 237+193+86=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC156 is #123EA9. Grayscale: #C2C2C2. Windows color (decimal): -1195690 or 5685741. OLE color: 5685741.

HSL color Cylindrical-coordinate representation of color #EDC156: hue angle of 42.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDC156 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23719386-
CMYK00.190.640.07
HSL42.52º80.75%63.33%-
HSV(B)42.52º63.71%92.94%-
XYZ55.6756.8216.84-
YUV193.9667.08158.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 86 (33.98% from 255) = 16.67%
R=45.93%
G=37.40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371938600.190.640.0742.5280.7563.33
HexEDC1560134072b513f
Octal35530112602310075312177
Binary1110110111000001101011001001110000001111010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC156; }

 p { color: rgb(237,193,86); }

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

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

 a { background-color: rgb(237,193,86); }

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

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

 span { border-color: rgb(237,193,86); }

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