Html Css Color HEX #EDC178 Marzipan

📋 copy color: '#EDC178'

red 237 ◦ green 193 ◦ blue 120

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

Shades of Marzipan #EDC178

Tints of Marzipan #EDC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

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

R = 43.09%
G = 35.09%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC178 (or 0xEDC178) is known color: Marzipan. HEX triplet: ED, C1 and 78. RGB value is (237,193,120). Sum of RGB (Red+Green+Blue) = 237+193+120=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC178 is #123E87. Grayscale: #C6C6C6. Windows color (decimal): -1195656 or 7913965. OLE color: 7913965.

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

Color convert

RGB 237 193 120 -
CMYK 0 0.19 0.49 0.07
HSL 37.44º 0.76% 0.7% -
HSV(B) 37.44º 0.49% 0.93% -
XYZ 57.39 57.5 25.84 -
YUV 197.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 237 193 120 0 0.19 0.49 0.07 37.44 0.76 0.7
Hex ED C1 78 0 13 31 7 25 4C 46
Octal 355 301 170 0 23 61 7 45 114 106
Binary 11101101 11000001 1111000 0 10011 110001 111 100101 1001100 1000110

Color Harmonies of #EDC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC178

Black with #EDC178

Text Example


Text Example

White with #EDC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC178; }

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

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

background-color css

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

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

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

border-color css

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

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

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