Shades of Splash #EFDA94
Tints of Splash #EFDA94
RGB
CMYK
RGB Variations
Color information
#EFDA94 (or 0xEFDA94) is known color: Splash. HEX triplet: EF, DA and 94. RGB value is (239,218,148). Sum of RGB (Red+Green+Blue) = 239+218+148=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA94 is #10256B. Grayscale: #D8D8D8. Windows color (decimal): -1058156 or 9755375. OLE color: 9755375.
HSL color Cylindrical-coordinate representation of color #EFDA94: hue angle of 46.15º 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 #EFDA94 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 148 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.06 |
| HSL | 46.15º | 0.74% | 0.76% | - |
| HSV(B) | 46.15º | 0.38% | 0.94% | - |
| XYZ | 66.01 | 70.63 | 38.17 | - |
| YUV | 216.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 148 | 0 | 0.09 | 0.38 | 0.06 | 46.15 | 0.74 | 0.76 |
| Hex | EF | DA | 94 | 0 | 9 | 26 | 6 | 2E | 4A | 4C |
| Octal | 357 | 332 | 224 | 0 | 11 | 46 | 6 | 56 | 112 | 114 |
| Binary | 11101111 | 11011010 | 10010100 | 0 | 1001 | 100110 | 110 | 101110 | 1001010 | 1001100 |
Color Harmonies of #EFDA94
Complementary color
Monochromatic Colors of #EFDA94
Black with #EFDA94
Text Example
Text Example
White with #EFDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA94; }
p { color: rgb(239,218,148); }
H1.HeaderClassName
{
color: #EFDA94;
}
.AnyTagClassName
{
color: #EFDA94;
}
</style>
background-color css
<style>
a { background-color: #EFDA94; }
a { background-color: rgb(239,218,148); }
div.DivClassName
{
background-color: #EFDA94;
}
.BgClassName
{
background-color: #EFDA94;
}
</style>
border-color css
<style>
span { border-color: #EFDA94; }
span { border-color: rgb(239,218,148); }
td.TdClassName
{
border-color: #EFDA94;
}
.TagClassName
{
border-color: #EFDA94;
}
</style>