Html Css Color HEX #EDC978 Marzipan

📋 copy color: '#EDC978'

red 237 ◦ green 201 ◦ blue 120

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

Shades of Marzipan #EDC978

Tints of Marzipan #EDC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 42.47%
G = 36.02%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC978 (or 0xEDC978) is known color: Marzipan. HEX triplet: ED, C9 and 78. RGB value is (237,201,120). Sum of RGB (Red+Green+Blue) = 237+201+120=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC978 is #123687. Grayscale: #CACACA. Windows color (decimal): -1193608 or 7916013. OLE color: 7916013.

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

Color convert

RGB 237 201 120 -
CMYK 0 0.15 0.49 0.07
HSL 41.54º 0.76% 0.7% -
HSV(B) 41.54º 0.49% 0.93% -
XYZ 59.2 61.13 26.45 -
YUV 202.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 237 201 120 0 0.15 0.49 0.07 41.54 0.76 0.7
Hex ED C9 78 0 F 31 7 2A 4C 46
Octal 355 311 170 0 17 61 7 52 114 106
Binary 11101101 11001001 1111000 0 1111 110001 111 101010 1001100 1000110

Color Harmonies of #EDC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC978

Black with #EDC978

Text Example


Text Example

White with #EDC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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