Html Css Color HEX #EDC478 Marzipan

📋 copy color: '#EDC478'

red 237 ◦ green 196 ◦ blue 120

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

Shades of Marzipan #EDC478

Tints of Marzipan #EDC478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.7%

R = 42.86%
G = 35.44%
B = 21.7%

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

#EDC478 (or 0xEDC478) is known color: Marzipan. HEX triplet: ED, C4 and 78. RGB value is (237,196,120). Sum of RGB (Red+Green+Blue) = 237+196+120=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC478 is #123B87. Grayscale: #C7C7C7. Windows color (decimal): -1194888 or 7914733. OLE color: 7914733.

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

Color convert

RGB 237 196 120 -
CMYK 0 0.17 0.49 0.07
HSL 38.97º 0.76% 0.7% -
HSV(B) 38.97º 0.49% 0.93% -
XYZ 58.06 58.84 26.07 -
YUV 199.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 237 196 120 0 0.17 0.49 0.07 38.97 0.76 0.7
Hex ED C4 78 0 11 31 7 27 4C 46
Octal 355 304 170 0 21 61 7 47 114 106
Binary 11101101 11000100 1111000 0 10001 110001 111 100111 1001100 1000110

Color Harmonies of #EDC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC478

Black with #EDC478

Text Example


Text Example

White with #EDC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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