Shades of Splash #EFD99E
Tints of Splash #EFD99E
RGB
CMYK
RGB Variations
Color information
#EFD99E (or 0xEFD99E) is known color: Splash. HEX triplet: EF, D9 and 9E. RGB value is (239,217,158). Sum of RGB (Red+Green+Blue) = 239+217+158=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD99E is #102661. Grayscale: #D9D9D9. Windows color (decimal): -1058402 or 10410479. OLE color: 10410479.
HSL color Cylindrical-coordinate representation of color #EFD99E: hue angle of 43.7º 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 #EFD99E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.06 |
| HSL | 43.7º | 0.72% | 0.78% | - |
| HSV(B) | 43.7º | 0.34% | 0.94% | - |
| XYZ | 66.58 | 70.45 | 42.44 | - |
| YUV | 216.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 158 | 0 | 0.09 | 0.34 | 0.06 | 43.7 | 0.72 | 0.78 |
| Hex | EF | D9 | 9E | 0 | 9 | 22 | 6 | 2C | 48 | 4E |
| Octal | 357 | 331 | 236 | 0 | 11 | 42 | 6 | 54 | 110 | 116 |
| Binary | 11101111 | 11011001 | 10011110 | 0 | 1001 | 100010 | 110 | 101100 | 1001000 | 1001110 |
Color Harmonies of #EFD99E
Complementary color
Monochromatic Colors of #EFD99E
Black with #EFD99E
Text Example
Text Example
White with #EFD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD99E; }
p { color: rgb(239,217,158); }
H1.HeaderClassName
{
color: #EFD99E;
}
.AnyTagClassName
{
color: #EFD99E;
}
</style>
background-color css
<style>
a { background-color: #EFD99E; }
a { background-color: rgb(239,217,158); }
div.DivClassName
{
background-color: #EFD99E;
}
.BgClassName
{
background-color: #EFD99E;
}
</style>
border-color css
<style>
span { border-color: #EFD99E; }
span { border-color: rgb(239,217,158); }
td.TdClassName
{
border-color: #EFD99E;
}
.TagClassName
{
border-color: #EFD99E;
}
</style>