Html Css Color HEX #EDC877 Marzipan

📋 copy color: '#EDC877'

red 237 ◦ green 200 ◦ blue 119

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

Shades of Marzipan #EDC877

Tints of Marzipan #EDC877

RGB

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

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

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

R = 42.63%
G = 35.97%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC877 (or 0xEDC877) is known color: Marzipan. HEX triplet: ED, C8 and 77. RGB value is (237,200,119). Sum of RGB (Red+Green+Blue) = 237+200+119=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC877 is #123788. Grayscale: #CACACA. Windows color (decimal): -1193865 or 7850221. OLE color: 7850221.

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

Color convert

RGB 237 200 119 -
CMYK 0 0.16 0.50 0.07
HSL 41.19º 0.77% 0.7% -
HSV(B) 41.19º 0.5% 0.93% -
XYZ 58.91 60.64 26.05 -
YUV 201.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 237 200 119 0 0.16 0.50 0.07 41.19 0.77 0.7
Hex ED C8 77 0 10 32 7 29 4D 46
Octal 355 310 167 0 20 62 7 51 115 106
Binary 11101101 11001000 1110111 0 10000 110010 111 101001 1001101 1000110

Color Harmonies of #EDC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC877

Black with #EDC877

Text Example


Text Example

White with #EDC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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