Shades of Negroni #ECCCAA
Tints of Negroni #ECCCAA
RGB
CMYK
RGB Variations
Color information
#ECCCAA (or 0xECCCAA) is known color: Negroni. HEX triplet: EC, CC and AA. RGB value is (236,204,170). Sum of RGB (Red+Green+Blue) = 236+204+170=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCAA is #133355. Grayscale: #D1D1D1. Windows color (decimal): -1258326 or 11193580. OLE color: 11193580.
HSL color Cylindrical-coordinate representation of color #ECCCAA: hue angle of 30.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCCAA is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 170 | - |
CMYK | 0 | 0.14 | 0.28 | 0.07 |
HSL | 30.91º | 0.63% | 0.8% | - |
HSV(B) | 30.91º | 0.28% | 0.93% | - |
XYZ | 63.44 | 63.92 | 47.02 | - |
YUV | 209.69 | 105.6 | 146.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 170 | 0 | 0.14 | 0.28 | 0.07 | 30.91 | 0.63 | 0.8 |
Hex | EC | CC | AA | 0 | E | 1C | 7 | 1F | 3F | 50 |
Octal | 354 | 314 | 252 | 0 | 16 | 34 | 7 | 37 | 77 | 120 |
Binary | 11101100 | 11001100 | 10101010 | 0 | 1110 | 11100 | 111 | 11111 | 111111 | 1010000 |
Color Harmonies of #ECCCAA
Complementary color
Monochromatic Colors of #ECCCAA
Black with #ECCCAA
Text Example
Text Example
White with #ECCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCAA; }
p { color: rgb(236,204,170); }
H1.HeaderClassName
{
color: #ECCCAA;
}
.AnyTagClassName
{
color: #ECCCAA;
}
</style>
background-color css
<style>
a { background-color: #ECCCAA; }
a { background-color: rgb(236,204,170); }
div.DivClassName
{
background-color: #ECCCAA;
}
.BgClassName
{
background-color: #ECCCAA;
}
</style>
border-color css
<style>
span { border-color: #ECCCAA; }
span { border-color: rgb(236,204,170); }
td.TdClassName
{
border-color: #ECCCAA;
}
.TagClassName
{
border-color: #ECCCAA;
}
</style>