Html Css Color HEX #ECC9A6 Negroni

📋 copy color: '#ECC9A6'

red 236 ◦ green 201 ◦ blue 166

#ECC9A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #ECC9A6

Tints of Negroni #ECC9A6

RGB

 RED value IS 236 (92.58% from 255) = 39.14%

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 166 (65.23% from 255) = 27.53%

R = 39.14%
G = 33.33%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECC9A6 (or 0xECC9A6) is known color: Negroni. HEX triplet: EC, C9 and A6. RGB value is (236,201,166). Sum of RGB (Red+Green+Blue) = 236+201+166=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9A6 is #133659. Grayscale: #CFCFCF. Windows color (decimal): -1259098 or 10930668. OLE color: 10930668.

HSL color Cylindrical-coordinate representation of color #ECC9A6: hue angle of 30º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECC9A6 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 166 -
CMYK 0 0.15 0.30 0.07
HSL 30º 0.65% 0.79% -
HSV(B) 30º 0.3% 0.93% -
XYZ 62.36 62.36 44.83 -
YUV 207.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 236 201 166 0 0.15 0.30 0.07 30 0.65 0.79
Hex EC C9 A6 0 F 1E 7 1E 41 4F
Octal 354 311 246 0 17 36 7 36 101 117
Binary 11101100 11001001 10100110 0 1111 11110 111 11110 1000001 1001111

Color Harmonies of #ECC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC9A6

Black with #ECC9A6

Text Example


Text Example

White with #ECC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC9A6; }

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

 H1.HeaderClassName
 {
   color: #ECC9A6;
 }
 .AnyTagClassName
 {
   color: #ECC9A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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