#EDD084

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

Shades of Marzipan #EDD084

Tints of Marzipan #EDD084

Color information

#EDD084 (or 0xEDD084) is unknown color: approx Marzipan. HEX triplet: ED, D0 and 84. RGB value is (237,208,132). Sum of RGB (Red+Green+Blue) = 237+208+132=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD084 is #122F7B. Grayscale: #D0D0D0. Windows color (decimal): -1191804 or 8704237. OLE color: 8704237.

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

Color convert

RGB237208132-
CMYK00.120.440.07
HSL43.43º74.47%72.35%-
HSV(B)43.43º44.3%92.94%-
XYZ61.6564.7831.08-
YUV208.0185.11148.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=41.07%
G=36.05%
B=22.88%

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
Decimal23720813200.120.440.0743.4374.4772.35
HexEDD0840C2C72b4a48
Octal35532020401454753112110
Binary1110110111010000100001000110010110011110101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD084; }

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

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

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

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

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

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

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

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