#EDC252

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

Shades of Cream Can #EDC252

Tints of Cream Can #EDC252

Color information

#EDC252 (or 0xEDC252) is unknown color: approx Cream Can. HEX triplet: ED, C2 and 52. RGB value is (237,194,82). Sum of RGB (Red+Green+Blue) = 237+194+82=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC252 is #123DAD. Grayscale: #C2C2C2. Windows color (decimal): -1195438 or 5423853. OLE color: 5423853.

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

Color convert

RGB23719482-
CMYK00.180.650.07
HSL43.35º81.15%62.55%-
HSV(B)43.35º65.4%92.94%-
XYZ55.7457.216.09-
YUV194.0964.75158.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=46.20%
G=37.82%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371948200.180.650.0743.3581.1562.55
HexEDC2520124172b513f
Octal35530212202210175312177
Binary1110110111000010101001001001010000011111010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC252; }

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

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

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

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

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

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

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

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