Html Css Color HEX #EDD179 Marzipan

📋 copy color: '#EDD179'

red 237 ◦ green 209 ◦ blue 121

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

Shades of Marzipan #EDD179

Tints of Marzipan #EDD179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.34%

R = 41.8%
G = 36.86%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD179 (or 0xEDD179) is known color: Marzipan. HEX triplet: ED, D1 and 79. RGB value is (237,209,121). Sum of RGB (Red+Green+Blue) = 237+209+121=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD179 is #122E86. Grayscale: #CFCFCF. Windows color (decimal): -1191559 or 7983597. OLE color: 7983597.

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

Color convert

RGB 237 209 121 -
CMYK 0 0.12 0.49 0.07
HSL 45.52º 0.76% 0.7% -
HSV(B) 45.52º 0.49% 0.93% -
XYZ 61.18 64.99 27.41 -
YUV 207.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 237 209 121 0 0.12 0.49 0.07 45.52 0.76 0.7
Hex ED D1 79 0 C 31 7 2E 4C 46
Octal 355 321 171 0 14 61 7 56 114 106
Binary 11101101 11010001 1111001 0 1100 110001 111 101110 1001100 1000110

Color Harmonies of #EDD179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD179

Black with #EDD179

Text Example


Text Example

White with #EDD179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD179; }

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

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

background-color css

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

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

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

border-color css

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

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

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