#EDC852

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

Shades of Cream Can #EDC852

Tints of Cream Can #EDC852

Color information

#EDC852 (or 0xEDC852) is unknown color: approx Cream Can. HEX triplet: ED, C8 and 52. RGB value is (237,200,82). Sum of RGB (Red+Green+Blue) = 237+200+82=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC852 is #1237AD. Grayscale: #C6C6C6. Windows color (decimal): -1193902 or 5425389. OLE color: 5425389.

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

Color convert

RGB23720082-
CMYK00.160.650.07
HSL45.68º81.15%62.55%-
HSV(B)45.68º65.4%92.94%-
XYZ57.159.9216.54-
YUV197.6162.76156.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 82 (32.42% from 255) = 15.80%
R=45.66%
G=38.54%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372008200.160.650.0745.6881.1562.55
HexEDC8520104172e513f
Octal35531012202010175612177
Binary1110110111001000101001001000010000011111011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC852; }

 p { color: rgb(237,200,82); }

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

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

 a { background-color: rgb(237,200,82); }

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

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

 span { border-color: rgb(237,200,82); }

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