#EDC059

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

Shades of Cream Can #EDC059

Tints of Cream Can #EDC059

Color information

#EDC059 (or 0xEDC059) is unknown color: approx Cream Can. HEX triplet: ED, C0 and 59. RGB value is (237,192,89). Sum of RGB (Red+Green+Blue) = 237+192+89=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC059 is #123FA6. Grayscale: #C2C2C2. Windows color (decimal): -1195943 or 5882093. OLE color: 5882093.

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

Color convert

RGB23719289-
CMYK00.190.620.07
HSL41.76º80.43%63.92%-
HSV(B)41.76º62.45%92.94%-
XYZ55.5856.4317.41-
YUV193.7168.91158.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 89 (35.16% from 255) = 17.18%
R=45.75%
G=37.07%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371928900.190.620.0741.7680.4363.92
HexEDC0590133E72a5040
Octal35530013102376752120100
Binary1110110111000000101100101001111111011110101010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC059; }

 p { color: rgb(237,192,89); }

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

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

 a { background-color: rgb(237,192,89); }

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

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

 span { border-color: rgb(237,192,89); }

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