Shades of Splash #EFD898
Tints of Splash #EFD898
RGB
CMYK
RGB Variations
Color information
#EFD898 (or 0xEFD898) is known color: Splash. HEX triplet: EF, D8 and 98. RGB value is (239,216,152). Sum of RGB (Red+Green+Blue) = 239+216+152=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD898 is #102767. Grayscale: #D7D7D7. Windows color (decimal): -1058664 or 10017007. OLE color: 10017007.
HSL color Cylindrical-coordinate representation of color #EFD898: hue angle of 44.14º 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 #EFD898 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 152 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.06 |
| HSL | 44.14º | 0.73% | 0.77% | - |
| HSV(B) | 44.14º | 0.36% | 0.94% | - |
| XYZ | 65.82 | 69.73 | 39.7 | - |
| YUV | 215.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 152 | 0 | 0.10 | 0.36 | 0.06 | 44.14 | 0.73 | 0.77 |
| Hex | EF | D8 | 98 | 0 | A | 24 | 6 | 2C | 49 | 4D |
| Octal | 357 | 330 | 230 | 0 | 12 | 44 | 6 | 54 | 111 | 115 |
| Binary | 11101111 | 11011000 | 10011000 | 0 | 1010 | 100100 | 110 | 101100 | 1001001 | 1001101 |
Color Harmonies of #EFD898
Complementary color
Monochromatic Colors of #EFD898
Black with #EFD898
Text Example
Text Example
White with #EFD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD898; }
p { color: rgb(239,216,152); }
H1.HeaderClassName
{
color: #EFD898;
}
.AnyTagClassName
{
color: #EFD898;
}
</style>
background-color css
<style>
a { background-color: #EFD898; }
a { background-color: rgb(239,216,152); }
div.DivClassName
{
background-color: #EFD898;
}
.BgClassName
{
background-color: #EFD898;
}
</style>
border-color css
<style>
span { border-color: #EFD898; }
span { border-color: rgb(239,216,152); }
td.TdClassName
{
border-color: #EFD898;
}
.TagClassName
{
border-color: #EFD898;
}
</style>