Html Css Color HEX #EDC977 Marzipan

📋 copy color: '#EDC977'

red 237 ◦ green 201 ◦ blue 119

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

Shades of Marzipan #EDC977

Tints of Marzipan #EDC977

RGB

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

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

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

R = 42.55%
G = 36.09%
B = 21.36%

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

#EDC977 (or 0xEDC977) is known color: Marzipan. HEX triplet: ED, C9 and 77. RGB value is (237,201,119). Sum of RGB (Red+Green+Blue) = 237+201+119=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC977 is #123688. Grayscale: #CACACA. Windows color (decimal): -1193609 or 7850477. OLE color: 7850477.

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

Color convert

RGB 237 201 119 -
CMYK 0 0.15 0.50 0.07
HSL 41.69º 0.77% 0.7% -
HSV(B) 41.69º 0.5% 0.93% -
XYZ 59.14 61.11 26.13 -
YUV 202.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 237 201 119 0 0.15 0.50 0.07 41.69 0.77 0.7
Hex ED C9 77 0 F 32 7 2A 4D 46
Octal 355 311 167 0 17 62 7 52 115 106
Binary 11101101 11001001 1110111 0 1111 110010 111 101010 1001101 1000110

Color Harmonies of #EDC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC977

Black with #EDC977

Text Example


Text Example

White with #EDC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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