Html Css Color HEX #EAC578 Marzipan

📋 copy color: '#EAC578'

red 234 ◦ green 197 ◦ blue 120

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

Shades of Marzipan #EAC578

Tints of Marzipan #EAC578

RGB

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

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

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

R = 42.47%
G = 35.75%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC578 (or 0xEAC578) is known color: Marzipan. HEX triplet: EA, C5 and 78. RGB value is (234,197,120). Sum of RGB (Red+Green+Blue) = 234+197+120=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC578 is #153A87. Grayscale: #C7C7C7. Windows color (decimal): -1391240 or 7914986. OLE color: 7914986.

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

Color convert

RGB 234 197 120 -
CMYK 0 0.16 0.49 0.08
HSL 40.53º 0.73% 0.69% -
HSV(B) 40.53º 0.49% 0.92% -
XYZ 57.29 58.78 26.1 -
YUV 199.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 234 197 120 0 0.16 0.49 0.08 40.53 0.73 0.69
Hex EA C5 78 0 10 31 8 29 49 45
Octal 352 305 170 0 20 61 10 51 111 105
Binary 11101010 11000101 1111000 0 10000 110001 1000 101001 1001001 1000101

Color Harmonies of #EAC578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC578

Black with #EAC578

Text Example


Text Example

White with #EAC578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC578; }

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

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

background-color css

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

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

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

border-color css

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

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

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