#EDC249

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

Shades of Cream Can #EDC249

Tints of Cream Can #EDC249

Color information

#EDC249 (or 0xEDC249) is unknown color: approx Cream Can. HEX triplet: ED, C2 and 49. RGB value is (237,194,73). Sum of RGB (Red+Green+Blue) = 237+194+73=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC249 is #123DB6. Grayscale: #C1C1C1. Windows color (decimal): -1195447 or 4834029. OLE color: 4834029.

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

Color convert

RGB23719473-
CMYK00.180.690.07
HSL44.27º82%60.78%-
HSV(B)44.27º69.2%92.94%-
XYZ55.4257.0714.4-
YUV193.0660.25159.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=47.02%
G=38.49%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371947300.180.690.0744.278260.78
HexEDC2490124572c523d
Octal35530211102210575412275
Binary1110110111000010100100101001010001011111011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC249; }

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

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

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

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

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

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

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

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