Shades of Sundown #EFA7A5
Tints of Sundown #EFA7A5
RGB
CMYK
RGB Variations
Color information
#EFA7A5 (or 0xEFA7A5) is known color: Sundown. HEX triplet: EF, A7 and A5. RGB value is (239,167,165). Sum of RGB (Red+Green+Blue) = 239+167+165=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7A5 is #10585A. Grayscale: #BCBCBC. Windows color (decimal): -1071195 or 10856431. OLE color: 10856431.
HSL color Cylindrical-coordinate representation of color #EFA7A5: hue angle of 1.62º 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 #EFA7A5 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 165 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.06 |
| HSL | 1.62º | 0.7% | 0.79% | - |
| HSV(B) | 1.62º | 0.31% | 0.94% | - |
| XYZ | 56.21 | 48.7 | 42.04 | - |
| YUV | 188.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 165 | 0 | 0.30 | 0.31 | 0.06 | 1.62 | 0.7 | 0.79 |
| Hex | EF | A7 | A5 | 0 | 1E | 1F | 6 | 2 | 46 | 4F |
| Octal | 357 | 247 | 245 | 0 | 36 | 37 | 6 | 2 | 106 | 117 |
| Binary | 11101111 | 10100111 | 10100101 | 0 | 11110 | 11111 | 110 | 10 | 1000110 | 1001111 |
Color Harmonies of #EFA7A5
Complementary color
Monochromatic Colors of #EFA7A5
Black with #EFA7A5
Text Example
Text Example
White with #EFA7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7A5; }
p { color: rgb(239,167,165); }
H1.HeaderClassName
{
color: #EFA7A5;
}
.AnyTagClassName
{
color: #EFA7A5;
}
</style>
background-color css
<style>
a { background-color: #EFA7A5; }
a { background-color: rgb(239,167,165); }
div.DivClassName
{
background-color: #EFA7A5;
}
.BgClassName
{
background-color: #EFA7A5;
}
</style>
border-color css
<style>
span { border-color: #EFA7A5; }
span { border-color: rgb(239,167,165); }
td.TdClassName
{
border-color: #EFA7A5;
}
.TagClassName
{
border-color: #EFA7A5;
}
</style>