Shades of Splash #EFD59F
Tints of Splash #EFD59F
RGB
CMYK
RGB Variations
Color information
#EFD59F (or 0xEFD59F) is known color: Splash. HEX triplet: EF, D5 and 9F. RGB value is (239,213,159). Sum of RGB (Red+Green+Blue) = 239+213+159=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59F is #102A60. Grayscale: #D6D6D6. Windows color (decimal): -1059425 or 10474991. OLE color: 10474991.
HSL color Cylindrical-coordinate representation of color #EFD59F: hue angle of 40.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD59F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 159 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.06 |
| HSL | 40.5º | 0.71% | 0.78% | - |
| HSV(B) | 40.5º | 0.33% | 0.94% | - |
| XYZ | 65.65 | 68.44 | 42.55 | - |
| YUV | 214.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 159 | 0 | 0.11 | 0.33 | 0.06 | 40.5 | 0.71 | 0.78 |
| Hex | EF | D5 | 9F | 0 | B | 21 | 6 | 28 | 47 | 4E |
| Octal | 357 | 325 | 237 | 0 | 13 | 41 | 6 | 50 | 107 | 116 |
| Binary | 11101111 | 11010101 | 10011111 | 0 | 1011 | 100001 | 110 | 101000 | 1000111 | 1001110 |
Color Harmonies of #EFD59F
Complementary color
Monochromatic Colors of #EFD59F
Black with #EFD59F
Text Example
Text Example
White with #EFD59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD59F; }
p { color: rgb(239,213,159); }
H1.HeaderClassName
{
color: #EFD59F;
}
.AnyTagClassName
{
color: #EFD59F;
}
</style>
background-color css
<style>
a { background-color: #EFD59F; }
a { background-color: rgb(239,213,159); }
div.DivClassName
{
background-color: #EFD59F;
}
.BgClassName
{
background-color: #EFD59F;
}
</style>
border-color css
<style>
span { border-color: #EFD59F; }
span { border-color: rgb(239,213,159); }
td.TdClassName
{
border-color: #EFD59F;
}
.TagClassName
{
border-color: #EFD59F;
}
</style>