Html Css Color HEX #EDC679 Marzipan

📋 copy color: '#EDC679'

red 237 ◦ green 198 ◦ blue 121

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

Shades of Marzipan #EDC679

Tints of Marzipan #EDC679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.76%

R = 42.63%
G = 35.61%
B = 21.76%

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

#EDC679 (or 0xEDC679) is known color: Marzipan. HEX triplet: ED, C6 and 79. RGB value is (237,198,121). Sum of RGB (Red+Green+Blue) = 237+198+121=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC679 is #123986. Grayscale: #C9C9C9. Windows color (decimal): -1194375 or 7980781. OLE color: 7980781.

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

Color convert

RGB 237 198 121 -
CMYK 0 0.16 0.49 0.07
HSL 39.83º 0.76% 0.7% -
HSV(B) 39.83º 0.49% 0.93% -
XYZ 58.57 59.77 26.54 -
YUV 200.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 237 198 121 0 0.16 0.49 0.07 39.83 0.76 0.7
Hex ED C6 79 0 10 31 7 28 4C 46
Octal 355 306 171 0 20 61 7 50 114 106
Binary 11101101 11000110 1111001 0 10000 110001 111 101000 1001100 1000110

Color Harmonies of #EDC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC679

Black with #EDC679

Text Example


Text Example

White with #EDC679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC679; }

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

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

background-color css

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

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

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

border-color css

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

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

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