Html Css Color HEX #EDC276 Marzipan

📋 copy color: '#EDC276'

red 237 ◦ green 194 ◦ blue 118

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

Shades of Marzipan #EDC276

Tints of Marzipan #EDC276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 43.17%
G = 35.34%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDC276 (or 0xEDC276) is known color: Marzipan. HEX triplet: ED, C2 and 76. RGB value is (237,194,118). Sum of RGB (Red+Green+Blue) = 237+194+118=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC276 is #123D89. Grayscale: #C6C6C6. Windows color (decimal): -1195402 or 7783149. OLE color: 7783149.

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

Color convert

RGB 237 194 118 -
CMYK 0 0.18 0.50 0.07
HSL 38.32º 0.77% 0.7% -
HSV(B) 38.32º 0.5% 0.93% -
XYZ 57.49 57.9 25.28 -
YUV 198.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 237 194 118 0 0.18 0.50 0.07 38.32 0.77 0.7
Hex ED C2 76 0 12 32 7 26 4D 46
Octal 355 302 166 0 22 62 7 46 115 106
Binary 11101101 11000010 1110110 0 10010 110010 111 100110 1001101 1000110

Color Harmonies of #EDC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC276

Black with #EDC276

Text Example


Text Example

White with #EDC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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