#ECC8A7

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

Shades of Negroni #ECC8A7

Tints of Negroni #ECC8A7

Color information

#ECC8A7 (or 0xECC8A7) is unknown color: approx Negroni. HEX triplet: EC, C8 and A7. RGB value is (236,200,167). Sum of RGB (Red+Green+Blue) = 236+200+167=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8A7 is #133758. Grayscale: #CFCFCF. Windows color (decimal): -1259353 or 10995948. OLE color: 10995948.

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

Color convert

RGB236200167-
CMYK00.150.290.07
HSL28.7º64.49%79.02%-
HSV(B)28.7º29.24%92.55%-
XYZ62.2261.9345.23-
YUV207105.43148.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=39.14%
G=33.17%
B=27.69%

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
Decimal23620016700.150.290.0728.764.4979.02
HexECC8A70F1D71d404f
Octal35431024701735735100117
Binary11101100110010001010011101111111011111110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8A7; }

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

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

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

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

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

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

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

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