#EDD085

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

Shades of Marzipan #EDD085

Tints of Marzipan #EDD085

Color information

#EDD085 (or 0xEDD085) is unknown color: approx Marzipan. HEX triplet: ED, D0 and 85. RGB value is (237,208,133). Sum of RGB (Red+Green+Blue) = 237+208+133=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD085 is #122F7A. Grayscale: #D0D0D0. Windows color (decimal): -1191803 or 8769773. OLE color: 8769773.

HSL color Cylindrical-coordinate representation of color #EDD085: hue angle of 43.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD085 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237208133-
CMYK00.120.440.07
HSL43.27º74.29%72.55%-
HSV(B)43.27º43.88%92.94%-
XYZ61.7164.8131.45-
YUV208.1285.61148.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=41.00%
G=35.99%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720813300.120.440.0743.2774.2972.55
HexEDD0850C2C72b4a49
Octal35532020501454753112111
Binary1110110111010000100001010110010110011110101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD085; }

 p { color: rgb(237,208,133); }

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

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

 a { background-color: rgb(237,208,133); }

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

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

 span { border-color: rgb(237,208,133); }

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