Html Css Color HEX #EDC279 Marzipan

📋 copy color: '#EDC279'

red 237 ◦ green 194 ◦ blue 121

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

Shades of Marzipan #EDC279

Tints of Marzipan #EDC279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.14%

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

R = 42.93%
G = 35.14%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC279 (or 0xEDC279) is known color: Marzipan. HEX triplet: ED, C2 and 79. RGB value is (237,194,121). Sum of RGB (Red+Green+Blue) = 237+194+121=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC279 is #123D86. Grayscale: #C6C6C6. Windows color (decimal): -1195399 or 7979757. OLE color: 7979757.

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

Color convert

RGB 237 194 121 -
CMYK 0 0.18 0.49 0.07
HSL 37.76º 0.76% 0.7% -
HSV(B) 37.76º 0.49% 0.93% -
XYZ 57.67 57.97 26.24 -
YUV 198.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 237 194 121 0 0.18 0.49 0.07 37.76 0.76 0.7
Hex ED C2 79 0 12 31 7 26 4C 46
Octal 355 302 171 0 22 61 7 46 114 106
Binary 11101101 11000010 1111001 0 10010 110001 111 100110 1001100 1000110

Color Harmonies of #EDC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC279

Black with #EDC279

Text Example


Text Example

White with #EDC279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC279; }

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

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

background-color css

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

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

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

border-color css

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

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

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