Shades of Splash #EFDB97
Tints of Splash #EFDB97
RGB
CMYK
RGB Variations
Color information
#EFDB97 (or 0xEFDB97) is known color: Splash. HEX triplet: EF, DB and 97. RGB value is (239,219,151). Sum of RGB (Red+Green+Blue) = 239+219+151=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB97 is #102468. Grayscale: #D9D9D9. Windows color (decimal): -1057897 or 9952239. OLE color: 9952239.
HSL color Cylindrical-coordinate representation of color #EFDB97: hue angle of 46.36º degrees, saturation: 0.73, 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 #EFDB97 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 151 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.06 |
| HSL | 46.36º | 0.73% | 0.76% | - |
| HSV(B) | 46.36º | 0.37% | 0.94% | - |
| XYZ | 66.51 | 71.25 | 39.52 | - |
| YUV | 217.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 151 | 0 | 0.08 | 0.37 | 0.06 | 46.36 | 0.73 | 0.76 |
| Hex | EF | DB | 97 | 0 | 8 | 25 | 6 | 2E | 49 | 4C |
| Octal | 357 | 333 | 227 | 0 | 10 | 45 | 6 | 56 | 111 | 114 |
| Binary | 11101111 | 11011011 | 10010111 | 0 | 1000 | 100101 | 110 | 101110 | 1001001 | 1001100 |
Color Harmonies of #EFDB97
Complementary color
Monochromatic Colors of #EFDB97
Black with #EFDB97
Text Example
Text Example
White with #EFDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB97; }
p { color: rgb(239,219,151); }
H1.HeaderClassName
{
color: #EFDB97;
}
.AnyTagClassName
{
color: #EFDB97;
}
</style>
background-color css
<style>
a { background-color: #EFDB97; }
a { background-color: rgb(239,219,151); }
div.DivClassName
{
background-color: #EFDB97;
}
.BgClassName
{
background-color: #EFDB97;
}
</style>
border-color css
<style>
span { border-color: #EFDB97; }
span { border-color: rgb(239,219,151); }
td.TdClassName
{
border-color: #EFDB97;
}
.TagClassName
{
border-color: #EFDB97;
}
</style>