Shades of Splash #EFDA96
Tints of Splash #EFDA96
RGB
CMYK
RGB Variations
Color information
#EFDA96 (or 0xEFDA96) is known color: Splash. HEX triplet: EF, DA and 96. RGB value is (239,218,150). Sum of RGB (Red+Green+Blue) = 239+218+150=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA96 is #102569. Grayscale: #D8D8D8. Windows color (decimal): -1058154 or 9886447. OLE color: 9886447.
HSL color Cylindrical-coordinate representation of color #EFDA96: hue angle of 45.84º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFDA96 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 150 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.06 |
| HSL | 45.84º | 0.74% | 0.76% | - |
| HSV(B) | 45.84º | 0.37% | 0.94% | - |
| XYZ | 66.17 | 70.7 | 39.01 | - |
| YUV | 216.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 150 | 0 | 0.09 | 0.37 | 0.06 | 45.84 | 0.74 | 0.76 |
| Hex | EF | DA | 96 | 0 | 9 | 25 | 6 | 2E | 4A | 4C |
| Octal | 357 | 332 | 226 | 0 | 11 | 45 | 6 | 56 | 112 | 114 |
| Binary | 11101111 | 11011010 | 10010110 | 0 | 1001 | 100101 | 110 | 101110 | 1001010 | 1001100 |
Color Harmonies of #EFDA96
Complementary color
Monochromatic Colors of #EFDA96
Black with #EFDA96
Text Example
Text Example
White with #EFDA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA96; }
p { color: rgb(239,218,150); }
H1.HeaderClassName
{
color: #EFDA96;
}
.AnyTagClassName
{
color: #EFDA96;
}
</style>
background-color css
<style>
a { background-color: #EFDA96; }
a { background-color: rgb(239,218,150); }
div.DivClassName
{
background-color: #EFDA96;
}
.BgClassName
{
background-color: #EFDA96;
}
</style>
border-color css
<style>
span { border-color: #EFDA96; }
span { border-color: rgb(239,218,150); }
td.TdClassName
{
border-color: #EFDA96;
}
.TagClassName
{
border-color: #EFDA96;
}
</style>