Shades of Splash #EFD999
Tints of Splash #EFD999
RGB
CMYK
RGB Variations
Color information
#EFD999 (or 0xEFD999) is known color: Splash. HEX triplet: EF, D9 and 99. RGB value is (239,217,153). Sum of RGB (Red+Green+Blue) = 239+217+153=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD999 is #102666. Grayscale: #D8D8D8. Windows color (decimal): -1058407 or 10082799. OLE color: 10082799.
HSL color Cylindrical-coordinate representation of color #EFD999: hue angle of 44.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD999 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 153 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.06 |
| HSL | 44.65º | 0.73% | 0.77% | - |
| HSV(B) | 44.65º | 0.36% | 0.94% | - |
| XYZ | 66.16 | 70.28 | 40.21 | - |
| YUV | 216.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 153 | 0 | 0.09 | 0.36 | 0.06 | 44.65 | 0.73 | 0.77 |
| Hex | EF | D9 | 99 | 0 | 9 | 24 | 6 | 2D | 49 | 4D |
| Octal | 357 | 331 | 231 | 0 | 11 | 44 | 6 | 55 | 111 | 115 |
| Binary | 11101111 | 11011001 | 10011001 | 0 | 1001 | 100100 | 110 | 101101 | 1001001 | 1001101 |
Color Harmonies of #EFD999
Complementary color
Monochromatic Colors of #EFD999
Black with #EFD999
Text Example
Text Example
White with #EFD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD999; }
p { color: rgb(239,217,153); }
H1.HeaderClassName
{
color: #EFD999;
}
.AnyTagClassName
{
color: #EFD999;
}
</style>
background-color css
<style>
a { background-color: #EFD999; }
a { background-color: rgb(239,217,153); }
div.DivClassName
{
background-color: #EFD999;
}
.BgClassName
{
background-color: #EFD999;
}
</style>
border-color css
<style>
span { border-color: #EFD999; }
span { border-color: rgb(239,217,153); }
td.TdClassName
{
border-color: #EFD999;
}
.TagClassName
{
border-color: #EFD999;
}
</style>