Html Css Color HEX #EDC878 Marzipan

📋 copy color: '#EDC878'

red 237 ◦ green 200 ◦ blue 120

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

Shades of Marzipan #EDC878

Tints of Marzipan #EDC878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

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

R = 42.55%
G = 35.91%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC878 (or 0xEDC878) is known color: Marzipan. HEX triplet: ED, C8 and 78. RGB value is (237,200,120). Sum of RGB (Red+Green+Blue) = 237+200+120=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC878 is #123787. Grayscale: #CACACA. Windows color (decimal): -1193864 or 7915757. OLE color: 7915757.

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

Color convert

RGB 237 200 120 -
CMYK 0 0.16 0.49 0.07
HSL 41.03º 0.76% 0.7% -
HSV(B) 41.03º 0.49% 0.93% -
XYZ 58.97 60.67 26.37 -
YUV 201.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 237 200 120 0 0.16 0.49 0.07 41.03 0.76 0.7
Hex ED C8 78 0 10 31 7 29 4C 46
Octal 355 310 170 0 20 61 7 51 114 106
Binary 11101101 11001000 1111000 0 10000 110001 111 101001 1001100 1000110

Color Harmonies of #EDC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC878

Black with #EDC878

Text Example


Text Example

White with #EDC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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