Html Css Color HEX #EAC379 Marzipan

📋 copy color: '#EAC379'

red 234 ◦ green 195 ◦ blue 121

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

Shades of Marzipan #EAC379

Tints of Marzipan #EAC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.45%

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

R = 42.55%
G = 35.45%
B = 22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAC379 (or 0xEAC379) is known color: Marzipan. HEX triplet: EA, C3 and 79. RGB value is (234,195,121). Sum of RGB (Red+Green+Blue) = 234+195+121=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC379 is #153C86. Grayscale: #C6C6C6. Windows color (decimal): -1391751 or 7980010. OLE color: 7980010.

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

Color convert

RGB 234 195 121 -
CMYK 0 0.17 0.48 0.08
HSL 39.29º 0.73% 0.7% -
HSV(B) 39.29º 0.48% 0.92% -
XYZ 56.9 57.9 26.27 -
YUV 198.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 234 195 121 0 0.17 0.48 0.08 39.29 0.73 0.7
Hex EA C3 79 0 11 30 8 27 49 46
Octal 352 303 171 0 21 60 10 47 111 106
Binary 11101010 11000011 1111001 0 10001 110000 1000 100111 1001001 1000110

Color Harmonies of #EAC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC379

Black with #EAC379

Text Example


Text Example

White with #EAC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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