#ECC9A7

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

Shades of Negroni #ECC9A7

Tints of Negroni #ECC9A7

Color information

#ECC9A7 (or 0xECC9A7) is unknown color: approx Negroni. HEX triplet: EC, C9 and A7. RGB value is (236,201,167). Sum of RGB (Red+Green+Blue) = 236+201+167=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A7 is #133658. Grayscale: #CFCFCF. Windows color (decimal): -1259097 or 10996204. OLE color: 10996204.

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

Color convert

RGB236201167-
CMYK00.150.290.07
HSL29.57º64.49%79.02%-
HSV(B)29.57º29.24%92.55%-
XYZ62.4562.445.31-
YUV207.59105.1148.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 167 (65.62% from 255) = 27.65%
R=39.07%
G=33.28%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620116700.150.290.0729.5764.4979.02
HexECC9A70F1D71e404f
Octal35431124701735736100117
Binary11101100110010011010011101111111011111111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9A7; }

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

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

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

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

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

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

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

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