#ECC97B

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

Shades of Marzipan #ECC97B

Tints of Marzipan #ECC97B

Color information

#ECC97B (or 0xECC97B) is unknown color: approx Marzipan. HEX triplet: EC, C9 and 7B. RGB value is (236,201,123). Sum of RGB (Red+Green+Blue) = 236+201+123=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC97B is #133684. Grayscale: #CACACA. Windows color (decimal): -1259141 or 8112620. OLE color: 8112620.

HSL color Cylindrical-coordinate representation of color #ECC97B: hue angle of 41.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECC97B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236201123-
CMYK00.150.480.07
HSL41.42º74.83%70.39%-
HSV(B)41.42º47.88%92.55%-
XYZ59.0561.0427.41-
YUV202.5783.1151.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 123 (48.44% from 255) = 21.96%
R=42.14%
G=35.89%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620112300.150.480.0741.4274.8370.39
HexECC97B0F307294b46
Octal35431117301760751113106
Binary111011001100100111110110111111000011110100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC97B; }

 p { color: rgb(236,201,123); }

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

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

 a { background-color: rgb(236,201,123); }

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

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

 span { border-color: rgb(236,201,123); }

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