Html Css Color HEX #EACE80 Marzipan

📋 copy color: '#EACE80'

red 234 ◦ green 206 ◦ blue 128

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

Shades of Marzipan #EACE80

Tints of Marzipan #EACE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

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

R = 41.2%
G = 36.27%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EACE80 (or 0xEACE80) is known color: Marzipan. HEX triplet: EA, CE and 80. RGB value is (234,206,128). Sum of RGB (Red+Green+Blue) = 234+206+128=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE80 is #15317F. Grayscale: #CDCDCD. Windows color (decimal): -1388928 or 8441578. OLE color: 8441578.

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

Color convert

RGB 234 206 128 -
CMYK 0 0.12 0.45 0.08
HSL 44.15º 0.72% 0.71% -
HSV(B) 44.15º 0.45% 0.92% -
XYZ 59.9 63.19 29.46 -
YUV 205.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 234 206 128 0 0.12 0.45 0.08 44.15 0.72 0.71
Hex EA CE 80 0 C 2D 8 2C 48 47
Octal 352 316 200 0 14 55 10 54 110 107
Binary 11101010 11001110 10000000 0 1100 101101 1000 101100 1001000 1000111

Color Harmonies of #EACE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE80

Black with #EACE80

Text Example


Text Example

White with #EACE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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