Html Css Color HEX #ECC5A6 Negroni

📋 copy color: '#ECC5A6'

red 236 ◦ green 197 ◦ blue 166

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

Shades of Negroni #ECC5A6

Tints of Negroni #ECC5A6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.89%

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

R = 39.4%
G = 32.89%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECC5A6 (or 0xECC5A6) is known color: Negroni. HEX triplet: EC, C5 and A6. RGB value is (236,197,166). Sum of RGB (Red+Green+Blue) = 236+197+166=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A6 is #133A59. Grayscale: #CDCDCD. Windows color (decimal): -1260122 or 10929644. OLE color: 10929644.

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

Color convert

RGB 236 197 166 -
CMYK 0 0.17 0.30 0.07
HSL 26.57º 0.65% 0.79% -
HSV(B) 26.57º 0.3% 0.93% -
XYZ 61.44 60.52 44.52 -
YUV 205.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 236 197 166 0 0.17 0.30 0.07 26.57 0.65 0.79
Hex EC C5 A6 0 11 1E 7 1B 41 4F
Octal 354 305 246 0 21 36 7 33 101 117
Binary 11101100 11000101 10100110 0 10001 11110 111 11011 1000001 1001111

Color Harmonies of #ECC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5A6

Black with #ECC5A6

Text Example


Text Example

White with #ECC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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