#EDC248

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

Shades of Cream Can #EDC248

Tints of Cream Can #EDC248

Color information

#EDC248 (or 0xEDC248) is unknown color: approx Cream Can. HEX triplet: ED, C2 and 48. RGB value is (237,194,72). Sum of RGB (Red+Green+Blue) = 237+194+72=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC248 is #123DB7. Grayscale: #C1C1C1. Windows color (decimal): -1195448 or 4768493. OLE color: 4768493.

HSL color Cylindrical-coordinate representation of color #EDC248: hue angle of 44.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC248 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23719472-
CMYK00.180.700.07
HSL44.36º82.09%60.59%-
HSV(B)44.36º69.62%92.94%-
XYZ55.3957.0614.22-
YUV192.9559.75159.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=47.12%
G=38.57%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371947200.180.700.0744.3682.0960.59
HexEDC2480124672c523d
Octal35530211002210675412275
Binary1110110111000010100100001001010001101111011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC248; }

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

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

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

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

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

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

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

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