Html Css Color HEX #EDC479 Marzipan

📋 copy color: '#EDC479'

red 237 ◦ green 196 ◦ blue 121

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

Shades of Marzipan #EDC479

Tints of Marzipan #EDC479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.38%

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

R = 42.78%
G = 35.38%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC479 (or 0xEDC479) is known color: Marzipan. HEX triplet: ED, C4 and 79. RGB value is (237,196,121). Sum of RGB (Red+Green+Blue) = 237+196+121=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC479 is #123B86. Grayscale: #C8C8C8. Windows color (decimal): -1194887 or 7980269. OLE color: 7980269.

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

Color convert

RGB 237 196 121 -
CMYK 0 0.17 0.49 0.07
HSL 38.79º 0.76% 0.7% -
HSV(B) 38.79º 0.49% 0.93% -
XYZ 58.12 58.86 26.39 -
YUV 199.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 237 196 121 0 0.17 0.49 0.07 38.79 0.76 0.7
Hex ED C4 79 0 11 31 7 27 4C 46
Octal 355 304 171 0 21 61 7 47 114 106
Binary 11101101 11000100 1111001 0 10001 110001 111 100111 1001100 1000110

Color Harmonies of #EDC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC479

Black with #EDC479

Text Example


Text Example

White with #EDC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC479; }

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

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

background-color css

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

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

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

border-color css

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

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

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