Html Css Color HEX #EDD17C Marzipan

📋 copy color: '#EDD17C'

red 237 ◦ green 209 ◦ blue 124

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

Shades of Marzipan #EDD17C

Tints of Marzipan #EDD17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 41.58%
G = 36.67%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDD17C (or 0xEDD17C) is known color: Marzipan. HEX triplet: ED, D1 and 7C. RGB value is (237,209,124). Sum of RGB (Red+Green+Blue) = 237+209+124=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD17C is #122E83. Grayscale: #D0D0D0. Windows color (decimal): -1191556 or 8180205. OLE color: 8180205.

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

Color convert

RGB 237 209 124 -
CMYK 0 0.12 0.48 0.07
HSL 45.13º 0.76% 0.71% -
HSV(B) 45.13º 0.48% 0.93% -
XYZ 61.36 65.06 28.39 -
YUV 207.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 237 209 124 0 0.12 0.48 0.07 45.13 0.76 0.71
Hex ED D1 7C 0 C 30 7 2D 4C 47
Octal 355 321 174 0 14 60 7 55 114 107
Binary 11101101 11010001 1111100 0 1100 110000 111 101101 1001100 1000111

Color Harmonies of #EDD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD17C

Black with #EDD17C

Text Example


Text Example

White with #EDD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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