#ECCA7D

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

Shades of Marzipan #ECCA7D

Tints of Marzipan #ECCA7D

Color information

#ECCA7D (or 0xECCA7D) is unknown color: approx Marzipan. HEX triplet: EC, CA and 7D. RGB value is (236,202,125). Sum of RGB (Red+Green+Blue) = 236+202+125=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA7D is #133582. Grayscale: #CBCBCB. Windows color (decimal): -1258883 or 8243948. OLE color: 8243948.

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

Color convert

RGB236202125-
CMYK00.140.470.07
HSL41.62º74.5%70.78%-
HSV(B)41.62º47.03%92.55%-
XYZ59.4161.5528.15-
YUV203.3983.76151.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=41.92%
G=35.88%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620212500.140.470.0741.6274.570.78
HexECCA7D0E2F72a4a47
Octal35431217501657752112107
Binary111011001100101011111010111010111111110101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCA7D; }

 p { color: rgb(236,202,125); }

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

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

 a { background-color: rgb(236,202,125); }

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

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

 span { border-color: rgb(236,202,125); }

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