#edc983

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

Shades of Marzipan #EDC983

Tints of Marzipan #EDC983

Color information

#EDC983 (or 0xEDC983) is unknown color: approx Marzipan. HEX triplet: ED, C9 and 83. RGB value is (237,201,131). Sum of RGB (Red+Green+Blue) = 237+201+131=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC983 is #12367C. Grayscale: #CCCCCC. Windows color (decimal): -1193597 or 8636909. OLE color: 8636909.

HSL color Cylindrical-coordinate representation of color #EDC983: hue angle of 39.62º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDC983 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237201131-
CMYK00.150.450.07
HSL39.62º74.65%72.16%-
HSV(B)39.62º44.73%92.94%-
XYZ59.9161.4230.17-
YUV203.7886.93151.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 131 (51.56% from 255) = 23.02%
R=41.65%
G=35.33%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720113100.150.450.0739.6274.6572.16
HexEDC9830F2D7284b48
Octal35531120301755750113110
Binary1110110111001001100000110111110110111110100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edc983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edc983; }

 p { color: rgb(237,201,131); }

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

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

 a { background-color: rgb(237,201,131); }

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

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

 span { border-color: rgb(237,201,131); }

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