Html Css Color HEX #EAC978 Marzipan

📋 copy color: '#EAC978'

red 234 ◦ green 201 ◦ blue 120

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

Shades of Marzipan #EAC978

Tints of Marzipan #EAC978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 42.16%
G = 36.22%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAC978 (or 0xEAC978) is known color: Marzipan. HEX triplet: EA, C9 and 78. RGB value is (234,201,120). Sum of RGB (Red+Green+Blue) = 234+201+120=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC978 is #153687. Grayscale: #C9C9C9. Windows color (decimal): -1390216 or 7916010. OLE color: 7916010.

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

Color convert

RGB 234 201 120 -
CMYK 0 0.14 0.49 0.08
HSL 42.63º 0.73% 0.69% -
HSV(B) 42.63º 0.49% 0.92% -
XYZ 58.21 60.62 26.4 -
YUV 201.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 234 201 120 0 0.14 0.49 0.08 42.63 0.73 0.69
Hex EA C9 78 0 E 31 8 2B 49 45
Octal 352 311 170 0 16 61 10 53 111 105
Binary 11101010 11001001 1111000 0 1110 110001 1000 101011 1001001 1000101

Color Harmonies of #EAC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC978

Black with #EAC978

Text Example


Text Example

White with #EAC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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