Shades of Negroni #EECBA8
Tints of Negroni #EECBA8
RGB
CMYK
RGB Variations
Color information
#EECBA8 (or 0xEECBA8) is known color: Negroni. HEX triplet: EE, CB and A8. RGB value is (238,203,168). Sum of RGB (Red+Green+Blue) = 238+203+168=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBA8 is #113457. Grayscale: #D1D1D1. Windows color (decimal): -1127512 or 11062254. OLE color: 11062254.
HSL color Cylindrical-coordinate representation of color #EECBA8: hue angle of 30º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EECBA8 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 168 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.07 |
| HSL | 30º | 0.67% | 0.8% | - |
| HSV(B) | 30º | 0.29% | 0.93% | - |
| XYZ | 63.68 | 63.72 | 45.99 | - |
| YUV | 209.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 168 | 0 | 0.15 | 0.29 | 0.07 | 30 | 0.67 | 0.8 |
| Hex | EE | CB | A8 | 0 | F | 1D | 7 | 1E | 43 | 50 |
| Octal | 356 | 313 | 250 | 0 | 17 | 35 | 7 | 36 | 103 | 120 |
| Binary | 11101110 | 11001011 | 10101000 | 0 | 1111 | 11101 | 111 | 11110 | 1000011 | 1010000 |
Color Harmonies of #EECBA8
Complementary color
Monochromatic Colors of #EECBA8
Black with #EECBA8
Text Example
Text Example
White with #EECBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBA8; }
p { color: rgb(238,203,168); }
H1.HeaderClassName
{
color: #EECBA8;
}
.AnyTagClassName
{
color: #EECBA8;
}
</style>
background-color css
<style>
a { background-color: #EECBA8; }
a { background-color: rgb(238,203,168); }
div.DivClassName
{
background-color: #EECBA8;
}
.BgClassName
{
background-color: #EECBA8;
}
</style>
border-color css
<style>
span { border-color: #EECBA8; }
span { border-color: rgb(238,203,168); }
td.TdClassName
{
border-color: #EECBA8;
}
.TagClassName
{
border-color: #EECBA8;
}
</style>