#EDC356

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

Shades of Cream Can #EDC356

Tints of Cream Can #EDC356

Color information

#EDC356 (or 0xEDC356) is unknown color: approx Cream Can. HEX triplet: ED, C3 and 56. RGB value is (237,195,86). Sum of RGB (Red+Green+Blue) = 237+195+86=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC356 is #123CA9. Grayscale: #C3C3C3. Windows color (decimal): -1195178 or 5686253. OLE color: 5686253.

HSL color Cylindrical-coordinate representation of color #EDC356: hue angle of 43.31º 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 #EDC356 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23719586-
CMYK00.180.640.07
HSL43.31º80.75%63.33%-
HSV(B)43.31º63.71%92.94%-
XYZ56.1257.7116.98-
YUV195.1366.41157.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 86 (33.98% from 255) = 16.60%
R=45.75%
G=37.64%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371958600.180.640.0743.3180.7563.33
HexEDC3560124072b513f
Octal35530312602210075312177
Binary1110110111000011101011001001010000001111010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC356; }

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

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

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

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

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

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

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

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