Html Css Color HEX #EDC976 Marzipan

📋 copy color: '#EDC976'

red 237 ◦ green 201 ◦ blue 118

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

Shades of Marzipan #EDC976

Tints of Marzipan #EDC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 42.63%
G = 36.15%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC976 (or 0xEDC976) is known color: Marzipan. HEX triplet: ED, C9 and 76. RGB value is (237,201,118). Sum of RGB (Red+Green+Blue) = 237+201+118=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC976 is #123689. Grayscale: #CACACA. Windows color (decimal): -1193610 or 7784941. OLE color: 7784941.

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

Color convert

RGB 237 201 118 -
CMYK 0 0.15 0.50 0.07
HSL 41.85º 0.77% 0.7% -
HSV(B) 41.85º 0.5% 0.93% -
XYZ 59.08 61.09 25.82 -
YUV 202.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 237 201 118 0 0.15 0.50 0.07 41.85 0.77 0.7
Hex ED C9 76 0 F 32 7 2A 4D 46
Octal 355 311 166 0 17 62 7 52 115 106
Binary 11101101 11001001 1110110 0 1111 110010 111 101010 1001101 1000110

Color Harmonies of #EDC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC976

Black with #EDC976

Text Example


Text Example

White with #EDC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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