#EDC85D

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

Shades of Cream Can #EDC85D

Tints of Cream Can #EDC85D

Color information

#EDC85D (or 0xEDC85D) is unknown color: approx Cream Can. HEX triplet: ED, C8 and 5D. RGB value is (237,200,93). Sum of RGB (Red+Green+Blue) = 237+200+93=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85D is #1237A2. Grayscale: #C7C7C7. Windows color (decimal): -1193891 or 6146285. OLE color: 6146285.

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

Color convert

RGB23720093-
CMYK00.160.610.07
HSL44.58º80%64.71%-
HSV(B)44.58º60.76%92.94%-
XYZ57.5660.118.92-
YUV198.8668.26155.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=44.72%
G=37.74%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372009300.160.610.0744.588064.71
HexEDC85D0103D72d5041
Octal35531013502075755120101
Binary1110110111001000101110101000011110111110110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC85D; }

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

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

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

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

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

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

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

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