#ECC6A7

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

Shades of Negroni #ECC6A7

Tints of Negroni #ECC6A7

Color information

#ECC6A7 (or 0xECC6A7) is unknown color: approx Negroni. HEX triplet: EC, C6 and A7. RGB value is (236,198,167). Sum of RGB (Red+Green+Blue) = 236+198+167=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A7 is #133958. Grayscale: #CDCDCD. Windows color (decimal): -1259865 or 10995436. OLE color: 10995436.

HSL color Cylindrical-coordinate representation of color #ECC6A7: hue angle of 26.96º 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 #ECC6A7 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236198167-
CMYK00.160.290.07
HSL26.96º64.49%79.02%-
HSV(B)26.96º29.24%92.55%-
XYZ61.7661.0145.08-
YUV205.83106.09149.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=39.27%
G=32.95%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619816700.160.290.0726.9664.4979.02
HexECC6A70101D71b404f
Octal35430624702035733100117
Binary111011001100011010100111010000111011111101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6A7; }

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

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

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

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

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

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

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

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