#EDC058

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

Shades of Cream Can #EDC058

Tints of Cream Can #EDC058

Color information

#EDC058 (or 0xEDC058) is unknown color: approx Cream Can. HEX triplet: ED, C0 and 58. RGB value is (237,192,88). Sum of RGB (Red+Green+Blue) = 237+192+88=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC058 is #123FA7. Grayscale: #C2C2C2. Windows color (decimal): -1195944 or 5816557. OLE color: 5816557.

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

Color convert

RGB23719288-
CMYK00.190.630.07
HSL41.88º80.54%63.73%-
HSV(B)41.88º62.87%92.94%-
XYZ55.5456.4117.19-
YUV193.668.41158.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 88 (34.77% from 255) = 17.02%
R=45.84%
G=37.14%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371928800.190.630.0741.8880.5463.73
HexEDC0580133F72a5140
Octal35530013002377752121100
Binary1110110111000000101100001001111111111110101010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC058; }

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

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

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

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

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

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

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

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