#EACD8B

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

Shades of Marzipan #EACD8B

Tints of Marzipan #EACD8B

Color information

#EACD8B (or 0xEACD8B) is unknown color: approx Marzipan. HEX triplet: EA, CD and 8B. RGB value is (234,205,139). Sum of RGB (Red+Green+Blue) = 234+205+139=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD8B is #153274. Grayscale: #CECECE. Windows color (decimal): -1389173 or 9162218. OLE color: 9162218.

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

Color convert

RGB234205139-
CMYK00.120.410.08
HSL41.68º69.34%73.14%-
HSV(B)41.68º40.6%91.76%-
XYZ60.4263.0233.41-
YUV206.1590.11147.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=40.48%
G=35.47%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420513900.120.410.0841.6869.3473.14
HexEACD8B0C2982a4549
Octal352315213014511052105111
Binary11101010110011011000101101100101001100010101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD8B; }

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

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

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

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

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

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

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

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