Shades of Splash #EFDA9E
Tints of Splash #EFDA9E
RGB
CMYK
RGB Variations
Color information
#EFDA9E (or 0xEFDA9E) is known color: Splash. HEX triplet: EF, DA and 9E. RGB value is (239,218,158). Sum of RGB (Red+Green+Blue) = 239+218+158=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9E is #102561. Grayscale: #D9D9D9. Windows color (decimal): -1058146 or 10410735. OLE color: 10410735.
HSL color Cylindrical-coordinate representation of color #EFDA9E: hue angle of 44.44º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFDA9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.06 |
| HSL | 44.44º | 0.72% | 0.78% | - |
| HSV(B) | 44.44º | 0.34% | 0.94% | - |
| XYZ | 66.84 | 70.96 | 42.52 | - |
| YUV | 217.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 158 | 0 | 0.09 | 0.34 | 0.06 | 44.44 | 0.72 | 0.78 |
| Hex | EF | DA | 9E | 0 | 9 | 22 | 6 | 2C | 48 | 4E |
| Octal | 357 | 332 | 236 | 0 | 11 | 42 | 6 | 54 | 110 | 116 |
| Binary | 11101111 | 11011010 | 10011110 | 0 | 1001 | 100010 | 110 | 101100 | 1001000 | 1001110 |
Color Harmonies of #EFDA9E
Complementary color
Monochromatic Colors of #EFDA9E
Black with #EFDA9E
Text Example
Text Example
White with #EFDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA9E; }
p { color: rgb(239,218,158); }
H1.HeaderClassName
{
color: #EFDA9E;
}
.AnyTagClassName
{
color: #EFDA9E;
}
</style>
background-color css
<style>
a { background-color: #EFDA9E; }
a { background-color: rgb(239,218,158); }
div.DivClassName
{
background-color: #EFDA9E;
}
.BgClassName
{
background-color: #EFDA9E;
}
</style>
border-color css
<style>
span { border-color: #EFDA9E; }
span { border-color: rgb(239,218,158); }
td.TdClassName
{
border-color: #EFDA9E;
}
.TagClassName
{
border-color: #EFDA9E;
}
</style>