Shades of Splash #EFDA9F
Tints of Splash #EFDA9F
RGB
CMYK
RGB Variations
Color information
#EFDA9F (or 0xEFDA9F) is known color: Splash. HEX triplet: EF, DA and 9F. RGB value is (239,218,159). Sum of RGB (Red+Green+Blue) = 239+218+159=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9F is #102560. Grayscale: #D9D9D9. Windows color (decimal): -1058145 or 10476271. OLE color: 10476271.
HSL color Cylindrical-coordinate representation of color #EFDA9F: hue angle of 44.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDA9F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 159 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.06 |
| HSL | 44.25º | 0.71% | 0.78% | - |
| HSV(B) | 44.25º | 0.33% | 0.94% | - |
| XYZ | 66.93 | 71 | 42.98 | - |
| YUV | 217.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 159 | 0 | 0.09 | 0.33 | 0.06 | 44.25 | 0.71 | 0.78 |
| Hex | EF | DA | 9F | 0 | 9 | 21 | 6 | 2C | 47 | 4E |
| Octal | 357 | 332 | 237 | 0 | 11 | 41 | 6 | 54 | 107 | 116 |
| Binary | 11101111 | 11011010 | 10011111 | 0 | 1001 | 100001 | 110 | 101100 | 1000111 | 1001110 |
Color Harmonies of #EFDA9F
Complementary color
Monochromatic Colors of #EFDA9F
Black with #EFDA9F
Text Example
Text Example
White with #EFDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA9F; }
p { color: rgb(239,218,159); }
H1.HeaderClassName
{
color: #EFDA9F;
}
.AnyTagClassName
{
color: #EFDA9F;
}
</style>
background-color css
<style>
a { background-color: #EFDA9F; }
a { background-color: rgb(239,218,159); }
div.DivClassName
{
background-color: #EFDA9F;
}
.BgClassName
{
background-color: #EFDA9F;
}
</style>
border-color css
<style>
span { border-color: #EFDA9F; }
span { border-color: rgb(239,218,159); }
td.TdClassName
{
border-color: #EFDA9F;
}
.TagClassName
{
border-color: #EFDA9F;
}
</style>