#ecc27c

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

Shades of Marzipan #ECC27C

Tints of Marzipan #ECC27C

Color information

#ECC27C (or 0xECC27C) is unknown color: approx Marzipan. HEX triplet: EC, C2 and 7C. RGB value is (236,194,124). Sum of RGB (Red+Green+Blue) = 236+194+124=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC27C is #133D83. Grayscale: #C6C6C6. Windows color (decimal): -1260932 or 8176364. OLE color: 8176364.

HSL color Cylindrical-coordinate representation of color #ECC27C: hue angle of 37.5º degrees, saturation: 0.75, 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 #ECC27C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236194124-
CMYK00.180.470.07
HSL37.5º74.67%70.59%-
HSV(B)37.5º47.46%92.55%-
XYZ57.5257.8727.21-
YUV198.5885.91154.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 124 (48.83% from 255) = 22.38%
R=42.60%
G=35.02%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619412400.180.470.0737.574.6770.59
HexECC27C0122F7264b47
Octal35430217402257746113107
Binary1110110011000010111110001001010111111110011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecc27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecc27c; }

 p { color: rgb(236,194,124); }

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

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

 a { background-color: rgb(236,194,124); }

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

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

 span { border-color: rgb(236,194,124); }

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