Html Css Color HEX #EAC980 Marzipan

📋 copy color: '#EAC980'

red 234 ◦ green 201 ◦ blue 128

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

Shades of Marzipan #EAC980

Tints of Marzipan #EAC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.74%

R = 41.56%
G = 35.7%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC980 (or 0xEAC980) is known color: Marzipan. HEX triplet: EA, C9 and 80. RGB value is (234,201,128). Sum of RGB (Red+Green+Blue) = 234+201+128=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC980 is #15367F. Grayscale: #CACACA. Windows color (decimal): -1390208 or 8440298. OLE color: 8440298.

HSL color Cylindrical-coordinate representation of color #EAC980: hue angle of 41.32º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC980 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 128 -
CMYK 0 0.14 0.45 0.08
HSL 41.32º 0.72% 0.71% -
HSV(B) 41.32º 0.45% 0.92% -
XYZ 58.71 60.82 29.07 -
YUV 202.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 234 201 128 0 0.14 0.45 0.08 41.32 0.72 0.71
Hex EA C9 80 0 E 2D 8 29 48 47
Octal 352 311 200 0 16 55 10 51 110 107
Binary 11101010 11001001 10000000 0 1110 101101 1000 101001 1001000 1000111

Color Harmonies of #EAC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC980

Black with #EAC980

Text Example


Text Example

White with #EAC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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