Shades of Negroni #EFCCA8
Tints of Negroni #EFCCA8
RGB
CMYK
RGB Variations
Color information
#EFCCA8 (or 0xEFCCA8) is known color: Negroni. HEX triplet: EF, CC and A8. RGB value is (239,204,168). Sum of RGB (Red+Green+Blue) = 239+204+168=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA8 is #103357. Grayscale: #D2D2D2. Windows color (decimal): -1061720 or 11062511. OLE color: 11062511.
HSL color Cylindrical-coordinate representation of color #EFCCA8: hue angle of 30.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCCA8 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 204 | 168 | - |
CMYK | 0 | 0.15 | 0.30 | 0.06 |
HSL | 30.42º | 0.69% | 0.8% | - |
HSV(B) | 30.42º | 0.3% | 0.94% | - |
XYZ | 64.26 | 64.36 | 46.08 | - |
YUV | 210.36 | 104.1 | 148.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 204 | 168 | 0 | 0.15 | 0.30 | 0.06 | 30.42 | 0.69 | 0.8 |
Hex | EF | CC | A8 | 0 | F | 1E | 6 | 1E | 45 | 50 |
Octal | 357 | 314 | 250 | 0 | 17 | 36 | 6 | 36 | 105 | 120 |
Binary | 11101111 | 11001100 | 10101000 | 0 | 1111 | 11110 | 110 | 11110 | 1000101 | 1010000 |
Color Harmonies of #EFCCA8
Complementary color
Monochromatic Colors of #EFCCA8
Black with #EFCCA8
Text Example
Text Example
White with #EFCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCA8; }
p { color: rgb(239,204,168); }
H1.HeaderClassName
{
color: #EFCCA8;
}
.AnyTagClassName
{
color: #EFCCA8;
}
</style>
background-color css
<style>
a { background-color: #EFCCA8; }
a { background-color: rgb(239,204,168); }
div.DivClassName
{
background-color: #EFCCA8;
}
.BgClassName
{
background-color: #EFCCA8;
}
</style>
border-color css
<style>
span { border-color: #EFCCA8; }
span { border-color: rgb(239,204,168); }
td.TdClassName
{
border-color: #EFCCA8;
}
.TagClassName
{
border-color: #EFCCA8;
}
</style>