Html Css Color HEX #EDC577 Marzipan

📋 copy color: '#EDC577'

red 237 ◦ green 197 ◦ blue 119

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

Shades of Marzipan #EDC577

Tints of Marzipan #EDC577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 42.86%
G = 35.62%
B = 21.52%

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

#EDC577 (or 0xEDC577) is known color: Marzipan. HEX triplet: ED, C5 and 77. RGB value is (237,197,119). Sum of RGB (Red+Green+Blue) = 237+197+119=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC577 is #123A88. Grayscale: #C8C8C8. Windows color (decimal): -1194633 or 7849453. OLE color: 7849453.

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

Color convert

RGB 237 197 119 -
CMYK 0 0.17 0.50 0.07
HSL 39.66º 0.77% 0.7% -
HSV(B) 39.66º 0.5% 0.93% -
XYZ 58.22 59.27 25.82 -
YUV 200.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 237 197 119 0 0.17 0.50 0.07 39.66 0.77 0.7
Hex ED C5 77 0 11 32 7 28 4D 46
Octal 355 305 167 0 21 62 7 50 115 106
Binary 11101101 11000101 1110111 0 10001 110010 111 101000 1001101 1000110

Color Harmonies of #EDC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC577

Black with #EDC577

Text Example


Text Example

White with #EDC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC577; }

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

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

background-color css

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

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

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

border-color css

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

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

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