Html Css Color HEX #EDC077 Marzipan

📋 copy color: '#EDC077'

red 237 ◦ green 192 ◦ blue 119

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

Shades of Marzipan #EDC077

Tints of Marzipan #EDC077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 43.25%
G = 35.04%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC077 (or 0xEDC077) is known color: Marzipan. HEX triplet: ED, C0 and 77. RGB value is (237,192,119). Sum of RGB (Red+Green+Blue) = 237+192+119=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC077 is #123F88. Grayscale: #C5C5C5. Windows color (decimal): -1195913 or 7848173. OLE color: 7848173.

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

Color convert

RGB 237 192 119 -
CMYK 0 0.19 0.50 0.07
HSL 37.12º 0.77% 0.7% -
HSV(B) 37.12º 0.5% 0.93% -
XYZ 57.1 57.04 25.45 -
YUV 197.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 237 192 119 0 0.19 0.50 0.07 37.12 0.77 0.7
Hex ED C0 77 0 13 32 7 25 4D 46
Octal 355 300 167 0 23 62 7 45 115 106
Binary 11101101 11000000 1110111 0 10011 110010 111 100101 1001101 1000110

Color Harmonies of #EDC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC077

Black with #EDC077

Text Example


Text Example

White with #EDC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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