Shades of Splash #EFD994
Tints of Splash #EFD994
RGB
CMYK
RGB Variations
Color information
#EFD994 (or 0xEFD994) is known color: Splash. HEX triplet: EF, D9 and 94. RGB value is (239,217,148). Sum of RGB (Red+Green+Blue) = 239+217+148=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD994 is #10266B. Grayscale: #D8D8D8. Windows color (decimal): -1058412 or 9755119. OLE color: 9755119.
HSL color Cylindrical-coordinate representation of color #EFD994: hue angle of 45.49º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD994 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 148 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.06 |
| HSL | 45.49º | 0.74% | 0.76% | - |
| HSV(B) | 45.49º | 0.38% | 0.94% | - |
| XYZ | 65.75 | 70.11 | 38.08 | - |
| YUV | 215.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 148 | 0 | 0.09 | 0.38 | 0.06 | 45.49 | 0.74 | 0.76 |
| Hex | EF | D9 | 94 | 0 | 9 | 26 | 6 | 2D | 4A | 4C |
| Octal | 357 | 331 | 224 | 0 | 11 | 46 | 6 | 55 | 112 | 114 |
| Binary | 11101111 | 11011001 | 10010100 | 0 | 1001 | 100110 | 110 | 101101 | 1001010 | 1001100 |
Color Harmonies of #EFD994
Complementary color
Monochromatic Colors of #EFD994
Black with #EFD994
Text Example
Text Example
White with #EFD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD994; }
p { color: rgb(239,217,148); }
H1.HeaderClassName
{
color: #EFD994;
}
.AnyTagClassName
{
color: #EFD994;
}
</style>
background-color css
<style>
a { background-color: #EFD994; }
a { background-color: rgb(239,217,148); }
div.DivClassName
{
background-color: #EFD994;
}
.BgClassName
{
background-color: #EFD994;
}
</style>
border-color css
<style>
span { border-color: #EFD994; }
span { border-color: rgb(239,217,148); }
td.TdClassName
{
border-color: #EFD994;
}
.TagClassName
{
border-color: #EFD994;
}
</style>