Shades of Sundown #EFAEA5
Tints of Sundown #EFAEA5
RGB
CMYK
RGB Variations
Color information
#EFAEA5 (or 0xEFAEA5) is known color: Sundown. HEX triplet: EF, AE and A5. RGB value is (239,174,165). Sum of RGB (Red+Green+Blue) = 239+174+165=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEA5 is #10515A. Grayscale: #C0C0C0. Windows color (decimal): -1069403 or 10858223. OLE color: 10858223.
HSL color Cylindrical-coordinate representation of color #EFAEA5: hue angle of 7.3º 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 #EFAEA5 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 165 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.06 |
| HSL | 7.3º | 0.7% | 0.79% | - |
| HSV(B) | 7.3º | 0.31% | 0.94% | - |
| XYZ | 57.52 | 51.34 | 42.47 | - |
| YUV | 192.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 165 | 0 | 0.27 | 0.31 | 0.06 | 7.3 | 0.7 | 0.79 |
| Hex | EF | AE | A5 | 0 | 1B | 1F | 6 | 7 | 46 | 4F |
| Octal | 357 | 256 | 245 | 0 | 33 | 37 | 6 | 7 | 106 | 117 |
| Binary | 11101111 | 10101110 | 10100101 | 0 | 11011 | 11111 | 110 | 111 | 1000110 | 1001111 |
Color Harmonies of #EFAEA5
Complementary color
Monochromatic Colors of #EFAEA5
Black with #EFAEA5
Text Example
Text Example
White with #EFAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEA5; }
p { color: rgb(239,174,165); }
H1.HeaderClassName
{
color: #EFAEA5;
}
.AnyTagClassName
{
color: #EFAEA5;
}
</style>
background-color css
<style>
a { background-color: #EFAEA5; }
a { background-color: rgb(239,174,165); }
div.DivClassName
{
background-color: #EFAEA5;
}
.BgClassName
{
background-color: #EFAEA5;
}
</style>
border-color css
<style>
span { border-color: #EFAEA5; }
span { border-color: rgb(239,174,165); }
td.TdClassName
{
border-color: #EFAEA5;
}
.TagClassName
{
border-color: #EFAEA5;
}
</style>