#ECC8A8

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

Shades of Negroni #ECC8A8

Tints of Negroni #ECC8A8

Color information

#ECC8A8 (or 0xECC8A8) is unknown color: approx Negroni. HEX triplet: EC, C8 and A8. RGB value is (236,200,168). Sum of RGB (Red+Green+Blue) = 236+200+168=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC8A8 is #133757. Grayscale: #CFCFCF. Windows color (decimal): -1259352 or 11061484. OLE color: 11061484.

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

Color convert

RGB236200168-
CMYK00.150.290.07
HSL28.24º64.15%79.22%-
HSV(B)28.24º28.81%92.55%-
XYZ62.3161.9745.72-
YUV207.12105.93148.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=39.07%
G=33.11%
B=27.81%

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
Decimal23620016800.150.290.0728.2464.1579.22
HexECC8A80F1D71c404f
Octal35431025001735734100117
Binary11101100110010001010100001111111011111110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8A8; }

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

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

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

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

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

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

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

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