#ECC575

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

Shades of Marzipan #ECC575

Tints of Marzipan #ECC575

Color information

#ECC575 (or 0xECC575) is unknown color: approx Marzipan. HEX triplet: EC, C5 and 75. RGB value is (236,197,117). Sum of RGB (Red+Green+Blue) = 236+197+117=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC575 is #133A8A. Grayscale: #C7C7C7. Windows color (decimal): -1260171 or 7718380. OLE color: 7718380.

HSL color Cylindrical-coordinate representation of color #ECC575: hue angle of 40.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECC575 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236197117-
CMYK00.170.500.07
HSL40.34º75.8%69.22%-
HSV(B)40.34º50.42%92.55%-
XYZ57.7759.0525.18-
YUV199.5481.42154-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 117 (46.09% from 255) = 21.27%
R=42.91%
G=35.82%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619711700.170.500.0740.3475.869.22
HexECC575011327284c45
Octal35430516502162750114105
Binary1110110011000101111010101000111001011110100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC575; }

 p { color: rgb(236,197,117); }

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

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

 a { background-color: rgb(236,197,117); }

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

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

 span { border-color: rgb(236,197,117); }

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