Shades of Sundown #EFA3A2
Tints of Sundown #EFA3A2
RGB
CMYK
RGB Variations
Color information
#EFA3A2 (or 0xEFA3A2) is known color: Sundown. HEX triplet: EF, A3 and A2. RGB value is (239,163,162). Sum of RGB (Red+Green+Blue) = 239+163+162=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A2 is #105C5D. Grayscale: #B9B9B9. Windows color (decimal): -1072222 or 10658799. OLE color: 10658799.
HSL color Cylindrical-coordinate representation of color #EFA3A2: hue angle of 0.78º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3A2 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 162 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.06 |
| HSL | 0.78º | 0.71% | 0.79% | - |
| HSV(B) | 0.78º | 0.32% | 0.94% | - |
| XYZ | 55.22 | 47.15 | 40.37 | - |
| YUV | 185.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 162 | 0 | 0.32 | 0.32 | 0.06 | 0.78 | 0.71 | 0.79 |
| Hex | EF | A3 | A2 | 0 | 20 | 20 | 6 | 1 | 47 | 4F |
| Octal | 357 | 243 | 242 | 0 | 40 | 40 | 6 | 1 | 107 | 117 |
| Binary | 11101111 | 10100011 | 10100010 | 0 | 100000 | 100000 | 110 | 1 | 1000111 | 1001111 |
Color Harmonies of #EFA3A2
Complementary color
Monochromatic Colors of #EFA3A2
Black with #EFA3A2
Text Example
Text Example
White with #EFA3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A2; }
p { color: rgb(239,163,162); }
H1.HeaderClassName
{
color: #EFA3A2;
}
.AnyTagClassName
{
color: #EFA3A2;
}
</style>
background-color css
<style>
a { background-color: #EFA3A2; }
a { background-color: rgb(239,163,162); }
div.DivClassName
{
background-color: #EFA3A2;
}
.BgClassName
{
background-color: #EFA3A2;
}
</style>
border-color css
<style>
span { border-color: #EFA3A2; }
span { border-color: rgb(239,163,162); }
td.TdClassName
{
border-color: #EFA3A2;
}
.TagClassName
{
border-color: #EFA3A2;
}
</style>