#ECC6A1

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

Shades of Negroni #ECC6A1

Tints of Negroni #ECC6A1

Color information

#ECC6A1 (or 0xECC6A1) is unknown color: approx Negroni. HEX triplet: EC, C6 and A1. RGB value is (236,198,161). Sum of RGB (Red+Green+Blue) = 236+198+161=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC6A1 is #13395E. Grayscale: #CDCDCD. Windows color (decimal): -1259871 or 10602220. OLE color: 10602220.

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

Color convert

RGB236198161-
CMYK00.160.320.07
HSL29.6º66.37%77.84%-
HSV(B)29.6º31.78%92.55%-
XYZ61.2260.7942.23-
YUV205.14103.09150.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=39.66%
G=33.28%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619816100.160.320.0729.666.3777.84
HexECC6A10102071e424e
Octal35430624102040736102116
Binary1110110011000110101000010100001000001111111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6A1; }

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

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

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

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

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

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

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

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