#ECC1A3

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

Shades of Negroni #ECC1A3

Tints of Negroni #ECC1A3

Color information

#ECC1A3 (or 0xECC1A3) is unknown color: approx Negroni. HEX triplet: EC, C1 and A3. RGB value is (236,193,163). Sum of RGB (Red+Green+Blue) = 236+193+163=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A3 is #133E5C. Grayscale: #CACACA. Windows color (decimal): -1261149 or 10732012. OLE color: 10732012.

HSL color Cylindrical-coordinate representation of color #ECC1A3: hue angle of 24.66º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECC1A3 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236193163-
CMYK00.180.310.07
HSL24.66º65.77%78.24%-
HSV(B)24.66º30.93%92.55%-
XYZ60.2758.6242.79-
YUV202.44105.75151.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 163 (64.06% from 255) = 27.53%
R=39.86%
G=32.60%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619316300.180.310.0724.6665.7778.24
HexECC1A30121F719424e
Octal35430124302237731102116
Binary111011001100000110100011010010111111111100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1A3; }

 p { color: rgb(236,193,163); }

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

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

 a { background-color: rgb(236,193,163); }

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

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

 span { border-color: rgb(236,193,163); }

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