#ECCB8D

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

Shades of Marzipan #ECCB8D

Tints of Marzipan #ECCB8D

Color information

#ECCB8D (or 0xECCB8D) is unknown color: approx Marzipan. HEX triplet: EC, CB and 8D. RGB value is (236,203,141). Sum of RGB (Red+Green+Blue) = 236+203+141=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB8D is #133472. Grayscale: #CECECE. Windows color (decimal): -1258611 or 9292780. OLE color: 9292780.

HSL color Cylindrical-coordinate representation of color #ECCB8D: hue angle of 39.16º 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 #ECCB8D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236203141-
CMYK00.140.400.07
HSL39.16º71.43%73.92%-
HSV(B)39.16º40.25%92.55%-
XYZ60.7662.4734.05-
YUV205.891.43149.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=40.69%
G=35%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620314100.140.400.0739.1671.4373.92
HexECCB8D0E28727474a
Octal35431321501650747107112
Binary1110110011001011100011010111010100011110011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCB8D; }

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

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

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

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

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

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

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

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