#ECCD8D

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

Shades of Marzipan #ECCD8D

Tints of Marzipan #ECCD8D

Color information

#ECCD8D (or 0xECCD8D) is unknown color: approx Marzipan. HEX triplet: EC, CD and 8D. RGB value is (236,205,141). Sum of RGB (Red+Green+Blue) = 236+205+141=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD8D is #133272. Grayscale: #CFCFCF. Windows color (decimal): -1258099 or 9293292. OLE color: 9293292.

HSL color Cylindrical-coordinate representation of color #ECCD8D: hue angle of 40.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECCD8D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236205141-
CMYK00.130.400.07
HSL40.42º71.43%73.92%-
HSV(B)40.42º40.25%92.55%-
XYZ61.2363.4234.21-
YUV206.9790.77148.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=40.55%
G=35.22%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620514100.130.400.0740.4271.4373.92
HexECCD8D0D28728474a
Octal35431521501550750107112
Binary1110110011001101100011010110110100011110100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD8D; }

 p { color: rgb(236,205,141); }

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

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

 a { background-color: rgb(236,205,141); }

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

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

 span { border-color: rgb(236,205,141); }

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