#EDC65D

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

Shades of Cream Can #EDC65D

Tints of Cream Can #EDC65D

Color information

#EDC65D (or 0xEDC65D) is unknown color: approx Cream Can. HEX triplet: ED, C6 and 5D. RGB value is (237,198,93). Sum of RGB (Red+Green+Blue) = 237+198+93=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC65D is #1239A2. Grayscale: #C6C6C6. Windows color (decimal): -1194403 or 6145773. OLE color: 6145773.

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

Color convert

RGB23719893-
CMYK00.160.610.07
HSL43.75º80%64.71%-
HSV(B)43.75º60.76%92.94%-
XYZ57.0959.1818.77-
YUV197.6968.92156.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 17.61%
R=44.89%
G=37.5%
B=17.61%

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
Decimal2371989300.160.610.0743.758064.71
HexEDC65D0103D72c5041
Octal35530613502075754120101
Binary1110110111000110101110101000011110111110110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC65D; }

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

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

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

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

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

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

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

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