Html Css Color HEX #EDD186 Marzipan

📋 copy color: '#EDD186'

red 237 ◦ green 209 ◦ blue 134

#EDD186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #EDD186

Tints of Marzipan #EDD186

RGB

 RED value IS 237 (92.97% from 255) = 40.86%

 GREEN value IS 209 (82.03% from 255) = 36.03%

 BLUE value IS 134 (52.73% from 255) = 23.1%

R = 40.86%
G = 36.03%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD186 (or 0xEDD186) is known color: Marzipan. HEX triplet: ED, D1 and 86. RGB value is (237,209,134). Sum of RGB (Red+Green+Blue) = 237+209+134=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD186 is #122E79. Grayscale: #D1D1D1. Windows color (decimal): -1191546 or 8835565. OLE color: 8835565.

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

Color convert

RGB 237 209 134 -
CMYK 0 0.12 0.43 0.07
HSL 43.69º 0.74% 0.73% -
HSV(B) 43.69º 0.43% 0.93% -
XYZ 62.03 65.33 31.89 -
YUV 208.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 237 209 134 0 0.12 0.43 0.07 43.69 0.74 0.73
Hex ED D1 86 0 C 2B 7 2C 4A 49
Octal 355 321 206 0 14 53 7 54 112 111
Binary 11101101 11010001 10000110 0 1100 101011 111 101100 1001010 1001001

Color Harmonies of #EDD186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD186

Black with #EDD186

Text Example


Text Example

White with #EDD186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD186; }

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

 H1.HeaderClassName
 {
   color: #EDD186;
 }
 .AnyTagClassName
 {
   color: #EDD186;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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