Html Css Color HEX #EDC677 Marzipan

📋 copy color: '#EDC677'

red 237 ◦ green 198 ◦ blue 119

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

Shades of Marzipan #EDC677

Tints of Marzipan #EDC677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

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

R = 42.78%
G = 35.74%
B = 21.48%

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

#EDC677 (or 0xEDC677) is known color: Marzipan. HEX triplet: ED, C6 and 77. RGB value is (237,198,119). Sum of RGB (Red+Green+Blue) = 237+198+119=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC677 is #123988. Grayscale: #C9C9C9. Windows color (decimal): -1194377 or 7849709. OLE color: 7849709.

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

Color convert

RGB 237 198 119 -
CMYK 0 0.16 0.50 0.07
HSL 40.17º 0.77% 0.7% -
HSV(B) 40.17º 0.5% 0.93% -
XYZ 58.45 59.72 25.9 -
YUV 200.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 237 198 119 0 0.16 0.50 0.07 40.17 0.77 0.7
Hex ED C6 77 0 10 32 7 28 4D 46
Octal 355 306 167 0 20 62 7 50 115 106
Binary 11101101 11000110 1110111 0 10000 110010 111 101000 1001101 1000110

Color Harmonies of #EDC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC677

Black with #EDC677

Text Example


Text Example

White with #EDC677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC677; }

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

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

background-color css

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

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

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

border-color css

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

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

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