Shades of Negroni #EFC1A5
Tints of Negroni #EFC1A5
RGB
CMYK
RGB Variations
Color information
#EFC1A5 (or 0xEFC1A5) is known color: Negroni. HEX triplet: EF, C1 and A5. RGB value is (239,193,165). Sum of RGB (Red+Green+Blue) = 239+193+165=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1A5 is #103E5A. Grayscale: #CBCBCB. Windows color (decimal): -1064539 or 10863087. OLE color: 10863087.
HSL color Cylindrical-coordinate representation of color #EFC1A5: hue angle of 22.7º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFC1A5 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 165 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.06 |
| HSL | 22.7º | 0.7% | 0.79% | - |
| HSV(B) | 22.7º | 0.31% | 0.94% | - |
| XYZ | 61.46 | 59.21 | 43.79 | - |
| YUV | 203.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 165 | 0 | 0.19 | 0.31 | 0.06 | 22.7 | 0.7 | 0.79 |
| Hex | EF | C1 | A5 | 0 | 13 | 1F | 6 | 17 | 46 | 4F |
| Octal | 357 | 301 | 245 | 0 | 23 | 37 | 6 | 27 | 106 | 117 |
| Binary | 11101111 | 11000001 | 10100101 | 0 | 10011 | 11111 | 110 | 10111 | 1000110 | 1001111 |
Color Harmonies of #EFC1A5
Complementary color
Monochromatic Colors of #EFC1A5
Black with #EFC1A5
Text Example
Text Example
White with #EFC1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1A5; }
p { color: rgb(239,193,165); }
H1.HeaderClassName
{
color: #EFC1A5;
}
.AnyTagClassName
{
color: #EFC1A5;
}
</style>
background-color css
<style>
a { background-color: #EFC1A5; }
a { background-color: rgb(239,193,165); }
div.DivClassName
{
background-color: #EFC1A5;
}
.BgClassName
{
background-color: #EFC1A5;
}
</style>
border-color css
<style>
span { border-color: #EFC1A5; }
span { border-color: rgb(239,193,165); }
td.TdClassName
{
border-color: #EFC1A5;
}
.TagClassName
{
border-color: #EFC1A5;
}
</style>