Html Css Color HEX #EDC980 Marzipan

📋 copy color: '#EDC980'

red 237 ◦ green 201 ◦ blue 128

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

Shades of Marzipan #EDC980

Tints of Marzipan #EDC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.61%

R = 41.87%
G = 35.51%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC980 (or 0xEDC980) is known color: Marzipan. HEX triplet: ED, C9 and 80. RGB value is (237,201,128). Sum of RGB (Red+Green+Blue) = 237+201+128=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC980 is #12367F. Grayscale: #CBCBCB. Windows color (decimal): -1193600 or 8440301. OLE color: 8440301.

HSL color Cylindrical-coordinate representation of color #EDC980: hue angle of 40.18º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC980 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 128 -
CMYK 0 0.15 0.46 0.07
HSL 40.18º 0.75% 0.72% -
HSV(B) 40.18º 0.46% 0.93% -
XYZ 59.71 61.34 29.11 -
YUV 203.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 237 201 128 0 0.15 0.46 0.07 40.18 0.75 0.72
Hex ED C9 80 0 F 2E 7 28 4B 48
Octal 355 311 200 0 17 56 7 50 113 110
Binary 11101101 11001001 10000000 0 1111 101110 111 101000 1001011 1001000

Color Harmonies of #EDC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC980

Black with #EDC980

Text Example


Text Example

White with #EDC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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