Shades of Splash #EFDB99
Tints of Splash #EFDB99
RGB
CMYK
RGB Variations
Color information
#EFDB99 (or 0xEFDB99) is known color: Splash. HEX triplet: EF, DB and 99. RGB value is (239,219,153). Sum of RGB (Red+Green+Blue) = 239+219+153=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB99 is #102466. Grayscale: #D9D9D9. Windows color (decimal): -1057895 or 10083311. OLE color: 10083311.
HSL color Cylindrical-coordinate representation of color #EFDB99: hue angle of 46.05º 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 #EFDB99 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 153 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.06 |
| HSL | 46.05º | 0.73% | 0.77% | - |
| HSV(B) | 46.05º | 0.36% | 0.94% | - |
| XYZ | 66.68 | 71.31 | 40.39 | - |
| YUV | 217.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 153 | 0 | 0.08 | 0.36 | 0.06 | 46.05 | 0.73 | 0.77 |
| Hex | EF | DB | 99 | 0 | 8 | 24 | 6 | 2E | 49 | 4D |
| Octal | 357 | 333 | 231 | 0 | 10 | 44 | 6 | 56 | 111 | 115 |
| Binary | 11101111 | 11011011 | 10011001 | 0 | 1000 | 100100 | 110 | 101110 | 1001001 | 1001101 |
Color Harmonies of #EFDB99
Complementary color
Monochromatic Colors of #EFDB99
Black with #EFDB99
Text Example
Text Example
White with #EFDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB99; }
p { color: rgb(239,219,153); }
H1.HeaderClassName
{
color: #EFDB99;
}
.AnyTagClassName
{
color: #EFDB99;
}
</style>
background-color css
<style>
a { background-color: #EFDB99; }
a { background-color: rgb(239,219,153); }
div.DivClassName
{
background-color: #EFDB99;
}
.BgClassName
{
background-color: #EFDB99;
}
</style>
border-color css
<style>
span { border-color: #EFDB99; }
span { border-color: rgb(239,219,153); }
td.TdClassName
{
border-color: #EFDB99;
}
.TagClassName
{
border-color: #EFDB99;
}
</style>