Html Css Color HEX #EACA80 Marzipan

📋 copy color: '#EACA80'

red 234 ◦ green 202 ◦ blue 128

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

Shades of Marzipan #EACA80

Tints of Marzipan #EACA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

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

R = 41.49%
G = 35.82%
B = 22.7%

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

#EACA80 (or 0xEACA80) is known color: Marzipan. HEX triplet: EA, CA and 80. RGB value is (234,202,128). Sum of RGB (Red+Green+Blue) = 234+202+128=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA80 is #15357F. Grayscale: #CBCBCB. Windows color (decimal): -1389952 or 8440554. OLE color: 8440554.

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

Color convert

RGB 234 202 128 -
CMYK 0 0.14 0.45 0.08
HSL 41.89º 0.72% 0.71% -
HSV(B) 41.89º 0.45% 0.92% -
XYZ 58.95 61.29 29.15 -
YUV 203.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 234 202 128 0 0.14 0.45 0.08 41.89 0.72 0.71
Hex EA CA 80 0 E 2D 8 2A 48 47
Octal 352 312 200 0 16 55 10 52 110 107
Binary 11101010 11001010 10000000 0 1110 101101 1000 101010 1001000 1000111

Color Harmonies of #EACA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA80

Black with #EACA80

Text Example


Text Example

White with #EACA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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