#ECCD83

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

Shades of Marzipan #ECCD83

Tints of Marzipan #ECCD83

Color information

#ECCD83 (or 0xECCD83) is unknown color: approx Marzipan. HEX triplet: EC, CD and 83. RGB value is (236,205,131). Sum of RGB (Red+Green+Blue) = 236+205+131=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD83 is #13327C. Grayscale: #CECECE. Windows color (decimal): -1258109 or 8637932. OLE color: 8637932.

HSL color Cylindrical-coordinate representation of color #ECCD83: hue angle of 42.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECCD83 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236205131-
CMYK00.130.440.07
HSL42.29º73.43%71.96%-
HSV(B)42.29º44.49%92.55%-
XYZ60.5263.1330.47-
YUV205.8385.77149.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=41.26%
G=35.84%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620513100.130.440.0742.2973.4371.96
HexECCD830D2C72a4948
Octal35431520301554752111110
Binary1110110011001101100000110110110110011110101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD83; }

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

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

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

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

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

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

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

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