#EDD284

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

Shades of Marzipan #EDD284

Tints of Marzipan #EDD284

Color information

#EDD284 (or 0xEDD284) is unknown color: approx Marzipan. HEX triplet: ED, D2 and 84. RGB value is (237,210,132). Sum of RGB (Red+Green+Blue) = 237+210+132=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD284 is #122D7B. Grayscale: #D1D1D1. Windows color (decimal): -1191292 or 8704749. OLE color: 8704749.

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

Color convert

RGB237210132-
CMYK00.110.440.07
HSL44.57º74.47%72.35%-
HSV(B)44.57º44.3%92.94%-
XYZ62.1465.7631.25-
YUV209.1884.45147.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=40.93%
G=36.27%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721013200.110.440.0744.5774.4772.35
HexEDD2840B2C72d4a48
Octal35532220401354755112110
Binary1110110111010010100001000101110110011110110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD284; }

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

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

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

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

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

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

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

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