Html Css Color HEX #EAC580 Marzipan

📋 copy color: '#EAC580'

red 234 ◦ green 197 ◦ blue 128

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

Shades of Marzipan #EAC580

Tints of Marzipan #EAC580

RGB

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

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

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

R = 41.86%
G = 35.24%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC580 (or 0xEAC580) is known color: Marzipan. HEX triplet: EA, C5 and 80. RGB value is (234,197,128). Sum of RGB (Red+Green+Blue) = 234+197+128=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC580 is #153A7F. Grayscale: #C8C8C8. Windows color (decimal): -1391232 or 8439274. OLE color: 8439274.

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

Color convert

RGB 234 197 128 -
CMYK 0 0.16 0.45 0.08
HSL 39.06º 0.72% 0.71% -
HSV(B) 39.06º 0.45% 0.92% -
XYZ 57.79 58.98 28.76 -
YUV 200.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 234 197 128 0 0.16 0.45 0.08 39.06 0.72 0.71
Hex EA C5 80 0 10 2D 8 27 48 47
Octal 352 305 200 0 20 55 10 47 110 107
Binary 11101010 11000101 10000000 0 10000 101101 1000 100111 1001000 1000111

Color Harmonies of #EAC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC580

Black with #EAC580

Text Example


Text Example

White with #EAC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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