#EAC98A

Color #EAC98A Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EAC98A

Tints of Marzipan #EAC98A

Color information

#EAC98A (or 0xEAC98A) is unknown color: approx Marzipan. HEX triplet: EA, C9 and 8A. RGB value is (234,201,138). Sum of RGB (Red+Green+Blue) = 234+201+138=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98A is #153675. Grayscale: #CBCBCB. Windows color (decimal): -1390198 or 9095658. OLE color: 9095658.

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

Color convert

RGB234201138-
CMYK00.140.410.08
HSL39.38º69.57%72.94%-
HSV(B)39.38º41.03%91.76%-
XYZ59.4161.132.71-
YUV203.6890.93149.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=40.84%
G=35.08%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420113800.140.410.0839.3869.5772.94
HexEAC98A0E298274649
Octal352311212016511047106111
Binary11101010110010011000101001110101001100010011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC98A; }

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

 H1.HeaderClassName
 {
   color: #EAC98A;
 }
 .AnyTagClassName
 {
   color: #EAC98A;
 }
</style>
background-color css

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

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

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

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

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

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