#EACC8B

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

Shades of Marzipan #EACC8B

Tints of Marzipan #EACC8B

Color information

#EACC8B (or 0xEACC8B) is unknown color: approx Marzipan. HEX triplet: EA, CC and 8B. RGB value is (234,204,139). Sum of RGB (Red+Green+Blue) = 234+204+139=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC8B is #153374. Grayscale: #CDCDCD. Windows color (decimal): -1389429 or 9161962. OLE color: 9161962.

HSL color Cylindrical-coordinate representation of color #EACC8B: hue angle of 41.05º degrees, saturation: 0.69, 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 #EACC8B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234204139-
CMYK00.130.410.08
HSL41.05º69.34%73.14%-
HSV(B)41.05º40.6%91.76%-
XYZ60.1862.5433.33-
YUV205.5690.44148.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 139 (54.69% from 255) = 24.09%
R=40.55%
G=35.36%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420413900.130.410.0841.0569.3473.14
HexEACC8B0D298294549
Octal352314213015511051105111
Binary11101010110011001000101101101101001100010100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC8B; }

 p { color: rgb(234,204,139); }

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

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

 a { background-color: rgb(234,204,139); }

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

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

 span { border-color: rgb(234,204,139); }

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