#EDD187

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

Shades of Marzipan #EDD187

Tints of Marzipan #EDD187

Color information

#EDD187 (or 0xEDD187) is unknown color: approx Marzipan. HEX triplet: ED, D1 and 87. RGB value is (237,209,135). Sum of RGB (Red+Green+Blue) = 237+209+135=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD187 is #122E78. Grayscale: #D1D1D1. Windows color (decimal): -1191545 or 8901101. OLE color: 8901101.

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

Color convert

RGB237209135-
CMYK00.120.430.07
HSL43.53º73.91%72.94%-
HSV(B)43.53º43.04%92.94%-
XYZ62.165.3532.26-
YUV208.9486.28148.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=40.79%
G=35.97%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720913500.120.430.0743.5373.9172.94
HexEDD1870C2B72c4a49
Octal35532120701453754112111
Binary1110110111010001100001110110010101111110110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD187; }

 p { color: rgb(237,209,135); }

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

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

 a { background-color: rgb(237,209,135); }

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

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

 span { border-color: rgb(237,209,135); }

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