Html Css Color HEX #EAC579 Marzipan

📋 copy color: '#EAC579'

red 234 ◦ green 197 ◦ blue 121

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

Shades of Marzipan #EAC579

Tints of Marzipan #EAC579

RGB

 RED value IS 234 (91.8% from 255) = 42.39%

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 42.39%
G = 35.69%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAC579 (or 0xEAC579) is known color: Marzipan. HEX triplet: EA, C5 and 79. RGB value is (234,197,121). Sum of RGB (Red+Green+Blue) = 234+197+121=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC579 is #153A86. Grayscale: #C7C7C7. Windows color (decimal): -1391239 or 7980522. OLE color: 7980522.

HSL color Cylindrical-coordinate representation of color #EAC579: hue angle of 40.35º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAC579 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 121 -
CMYK 0 0.16 0.48 0.08
HSL 40.35º 0.73% 0.7% -
HSV(B) 40.35º 0.48% 0.92% -
XYZ 57.35 58.81 26.42 -
YUV 199.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 234 197 121 0 0.16 0.48 0.08 40.35 0.73 0.7
Hex EA C5 79 0 10 30 8 28 49 46
Octal 352 305 171 0 20 60 10 50 111 106
Binary 11101010 11000101 1111001 0 10000 110000 1000 101000 1001001 1000110

Color Harmonies of #EAC579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC579

Black with #EAC579

Text Example


Text Example

White with #EAC579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC579; }

 p { color: rgb(234,197,121); }

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

background-color css

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

 a { background-color: rgb(234,197,121); }

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

border-color css

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

 span { border-color: rgb(234,197,121); }

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