#ECC5A7

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

Shades of Negroni #ECC5A7

Tints of Negroni #ECC5A7

Color information

#ECC5A7 (or 0xECC5A7) is unknown color: approx Negroni. HEX triplet: EC, C5 and A7. RGB value is (236,197,167). Sum of RGB (Red+Green+Blue) = 236+197+167=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A7 is #133A58. Grayscale: #CDCDCD. Windows color (decimal): -1260121 or 10995180. OLE color: 10995180.

HSL color Cylindrical-coordinate representation of color #ECC5A7: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC5A7 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236197167-
CMYK00.170.290.07
HSL26.09º64.49%79.02%-
HSV(B)26.09º29.24%92.55%-
XYZ61.5360.5645-
YUV205.24106.42149.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 167 (65.62% from 255) = 27.83%
R=39.33%
G=32.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619716700.170.290.0726.0964.4979.02
HexECC5A70111D71a404f
Octal35430524702135732100117
Binary111011001100010110100111010001111011111101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5A7; }

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

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

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

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

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

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

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

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