Html Css Color HEX #EAC079 Marzipan

📋 copy color: '#EAC079'

red 234 ◦ green 192 ◦ blue 121

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

Shades of Marzipan #EAC079

Tints of Marzipan #EAC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

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

R = 42.78%
G = 35.1%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAC079 (or 0xEAC079) is known color: Marzipan. HEX triplet: EA, C0 and 79. RGB value is (234,192,121). Sum of RGB (Red+Green+Blue) = 234+192+121=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC079 is #153F86. Grayscale: #C4C4C4. Windows color (decimal): -1392519 or 7979242. OLE color: 7979242.

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

Color convert

RGB 234 192 121 -
CMYK 0 0.18 0.48 0.08
HSL 37.7º 0.73% 0.7% -
HSV(B) 37.7º 0.48% 0.92% -
XYZ 56.23 56.57 26.04 -
YUV 196.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 234 192 121 0 0.18 0.48 0.08 37.7 0.73 0.7
Hex EA C0 79 0 12 30 8 26 49 46
Octal 352 300 171 0 22 60 10 46 111 106
Binary 11101010 11000000 1111001 0 10010 110000 1000 100110 1001001 1000110

Color Harmonies of #EAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC079

Black with #EAC079

Text Example


Text Example

White with #EAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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