Html Css Color HEX #EDC876 Marzipan

📋 copy color: '#EDC876'

red 237 ◦ green 200 ◦ blue 118

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

Shades of Marzipan #EDC876

Tints of Marzipan #EDC876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.26%

R = 42.7%
G = 36.04%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC876 (or 0xEDC876) is known color: Marzipan. HEX triplet: ED, C8 and 76. RGB value is (237,200,118). Sum of RGB (Red+Green+Blue) = 237+200+118=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC876 is #123789. Grayscale: #CACACA. Windows color (decimal): -1193866 or 7784685. OLE color: 7784685.

HSL color Cylindrical-coordinate representation of color #EDC876: hue angle of 41.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC876 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 118 -
CMYK 0 0.16 0.50 0.07
HSL 41.34º 0.77% 0.7% -
HSV(B) 41.34º 0.5% 0.93% -
XYZ 58.85 60.62 25.74 -
YUV 201.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 237 200 118 0 0.16 0.50 0.07 41.34 0.77 0.7
Hex ED C8 76 0 10 32 7 29 4D 46
Octal 355 310 166 0 20 62 7 51 115 106
Binary 11101101 11001000 1110110 0 10000 110010 111 101001 1001101 1000110

Color Harmonies of #EDC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC876

Black with #EDC876

Text Example


Text Example

White with #EDC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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