Html Css Color HEX #EDC879 Marzipan

📋 copy color: '#EDC879'

red 237 ◦ green 200 ◦ blue 121

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

Shades of Marzipan #EDC879

Tints of Marzipan #EDC879

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

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

R = 42.47%
G = 35.84%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC879 (or 0xEDC879) is known color: Marzipan. HEX triplet: ED, C8 and 79. RGB value is (237,200,121). Sum of RGB (Red+Green+Blue) = 237+200+121=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC879 is #123786. Grayscale: #CACACA. Windows color (decimal): -1193863 or 7981293. OLE color: 7981293.

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

Color convert

RGB 237 200 121 -
CMYK 0 0.16 0.49 0.07
HSL 40.86º 0.76% 0.7% -
HSV(B) 40.86º 0.49% 0.93% -
XYZ 59.03 60.69 26.69 -
YUV 202.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 237 200 121 0 0.16 0.49 0.07 40.86 0.76 0.7
Hex ED C8 79 0 10 31 7 29 4C 46
Octal 355 310 171 0 20 61 7 51 114 106
Binary 11101101 11001000 1111001 0 10000 110001 111 101001 1001100 1000110

Color Harmonies of #EDC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC879

Black with #EDC879

Text Example


Text Example

White with #EDC879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC879; }

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

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

background-color css

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

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

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

border-color css

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

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

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