Shades of Splash #EFDD99
Tints of Splash #EFDD99
RGB
CMYK
RGB Variations
Color information
#EFDD99 (or 0xEFDD99) is known color: Splash. HEX triplet: EF, DD and 99. RGB value is (239,221,153). Sum of RGB (Red+Green+Blue) = 239+221+153=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD99 is #102266. Grayscale: #DADADA. Windows color (decimal): -1057383 or 10083823. OLE color: 10083823.
HSL color Cylindrical-coordinate representation of color #EFDD99: hue angle of 47.44º 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 #EFDD99 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 153 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.06 |
| HSL | 47.44º | 0.73% | 0.77% | - |
| HSV(B) | 47.44º | 0.36% | 0.94% | - |
| XYZ | 67.2 | 72.36 | 40.56 | - |
| YUV | 218.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 153 | 0 | 0.08 | 0.36 | 0.06 | 47.44 | 0.73 | 0.77 |
| Hex | EF | DD | 99 | 0 | 8 | 24 | 6 | 2F | 49 | 4D |
| Octal | 357 | 335 | 231 | 0 | 10 | 44 | 6 | 57 | 111 | 115 |
| Binary | 11101111 | 11011101 | 10011001 | 0 | 1000 | 100100 | 110 | 101111 | 1001001 | 1001101 |
Color Harmonies of #EFDD99
Complementary color
Monochromatic Colors of #EFDD99
Black with #EFDD99
Text Example
Text Example
White with #EFDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD99; }
p { color: rgb(239,221,153); }
H1.HeaderClassName
{
color: #EFDD99;
}
.AnyTagClassName
{
color: #EFDD99;
}
</style>
background-color css
<style>
a { background-color: #EFDD99; }
a { background-color: rgb(239,221,153); }
div.DivClassName
{
background-color: #EFDD99;
}
.BgClassName
{
background-color: #EFDD99;
}
</style>
border-color css
<style>
span { border-color: #EFDD99; }
span { border-color: rgb(239,221,153); }
td.TdClassName
{
border-color: #EFDD99;
}
.TagClassName
{
border-color: #EFDD99;
}
</style>