#EDC45D

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

Shades of Cream Can #EDC45D

Tints of Cream Can #EDC45D

Color information

#EDC45D (or 0xEDC45D) is unknown color: approx Cream Can. HEX triplet: ED, C4 and 5D. RGB value is (237,196,93). Sum of RGB (Red+Green+Blue) = 237+196+93=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC45D is #123BA2. Grayscale: #C4C4C4. Windows color (decimal): -1194915 or 6145261. OLE color: 6145261.

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

Color convert

RGB23719693-
CMYK00.170.610.07
HSL42.92º80%64.71%-
HSV(B)42.92º60.76%92.94%-
XYZ56.6458.2718.62-
YUV196.5269.58156.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=45.06%
G=37.26%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371969300.170.610.0742.928064.71
HexEDC45D0113D72b5041
Octal35530413502175753120101
Binary1110110111000100101110101000111110111110101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC45D; }

 p { color: rgb(237,196,93); }

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

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

 a { background-color: rgb(237,196,93); }

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

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

 span { border-color: rgb(237,196,93); }

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