Shades of Splash #EFDA99
Tints of Splash #EFDA99
RGB
CMYK
RGB Variations
Color information
#EFDA99 (or 0xEFDA99) is known color: Splash. HEX triplet: EF, DA and 99. RGB value is (239,218,153). Sum of RGB (Red+Green+Blue) = 239+218+153=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA99 is #102566. Grayscale: #D9D9D9. Windows color (decimal): -1058151 or 10083055. OLE color: 10083055.
HSL color Cylindrical-coordinate representation of color #EFDA99: hue angle of 45.35º 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 #EFDA99 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 153 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.06 |
| HSL | 45.35º | 0.73% | 0.77% | - |
| HSV(B) | 45.35º | 0.36% | 0.94% | - |
| XYZ | 66.42 | 70.79 | 40.3 | - |
| YUV | 216.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 153 | 0 | 0.09 | 0.36 | 0.06 | 45.35 | 0.73 | 0.77 |
| Hex | EF | DA | 99 | 0 | 9 | 24 | 6 | 2D | 49 | 4D |
| Octal | 357 | 332 | 231 | 0 | 11 | 44 | 6 | 55 | 111 | 115 |
| Binary | 11101111 | 11011010 | 10011001 | 0 | 1001 | 100100 | 110 | 101101 | 1001001 | 1001101 |
Color Harmonies of #EFDA99
Complementary color
Monochromatic Colors of #EFDA99
Black with #EFDA99
Text Example
Text Example
White with #EFDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA99; }
p { color: rgb(239,218,153); }
H1.HeaderClassName
{
color: #EFDA99;
}
.AnyTagClassName
{
color: #EFDA99;
}
</style>
background-color css
<style>
a { background-color: #EFDA99; }
a { background-color: rgb(239,218,153); }
div.DivClassName
{
background-color: #EFDA99;
}
.BgClassName
{
background-color: #EFDA99;
}
</style>
border-color css
<style>
span { border-color: #EFDA99; }
span { border-color: rgb(239,218,153); }
td.TdClassName
{
border-color: #EFDA99;
}
.TagClassName
{
border-color: #EFDA99;
}
</style>