Html Css Color HEX #EDC576 Marzipan

📋 copy color: '#EDC576'

red 237 ◦ green 197 ◦ blue 118

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

Shades of Marzipan #EDC576

Tints of Marzipan #EDC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 42.93%
G = 35.69%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC576 (or 0xEDC576) is known color: Marzipan. HEX triplet: ED, C5 and 76. RGB value is (237,197,118). Sum of RGB (Red+Green+Blue) = 237+197+118=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC576 is #123A89. Grayscale: #C8C8C8. Windows color (decimal): -1194634 or 7783917. OLE color: 7783917.

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

Color convert

RGB 237 197 118 -
CMYK 0 0.17 0.50 0.07
HSL 39.83º 0.77% 0.7% -
HSV(B) 39.83º 0.5% 0.93% -
XYZ 58.16 59.25 25.51 -
YUV 199.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 237 197 118 0 0.17 0.50 0.07 39.83 0.77 0.7
Hex ED C5 76 0 11 32 7 28 4D 46
Octal 355 305 166 0 21 62 7 50 115 106
Binary 11101101 11000101 1110110 0 10001 110010 111 101000 1001101 1000110

Color Harmonies of #EDC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC576

Black with #EDC576

Text Example


Text Example

White with #EDC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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