Shades of Splash #EFD59E
Tints of Splash #EFD59E
RGB
CMYK
RGB Variations
Color information
#EFD59E (or 0xEFD59E) is known color: Splash. HEX triplet: EF, D5 and 9E. RGB value is (239,213,158). Sum of RGB (Red+Green+Blue) = 239+213+158=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59E is #102A61. Grayscale: #D6D6D6. Windows color (decimal): -1059426 or 10409455. OLE color: 10409455.
HSL color Cylindrical-coordinate representation of color #EFD59E: hue angle of 40.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD59E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 158 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.06 |
| HSL | 40.74º | 0.72% | 0.78% | - |
| HSV(B) | 40.74º | 0.34% | 0.94% | - |
| XYZ | 65.56 | 68.41 | 42.1 | - |
| YUV | 214.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 158 | 0 | 0.11 | 0.34 | 0.06 | 40.74 | 0.72 | 0.78 |
| Hex | EF | D5 | 9E | 0 | B | 22 | 6 | 29 | 48 | 4E |
| Octal | 357 | 325 | 236 | 0 | 13 | 42 | 6 | 51 | 110 | 116 |
| Binary | 11101111 | 11010101 | 10011110 | 0 | 1011 | 100010 | 110 | 101001 | 1001000 | 1001110 |
Color Harmonies of #EFD59E
Complementary color
Monochromatic Colors of #EFD59E
Black with #EFD59E
Text Example
Text Example
White with #EFD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD59E; }
p { color: rgb(239,213,158); }
H1.HeaderClassName
{
color: #EFD59E;
}
.AnyTagClassName
{
color: #EFD59E;
}
</style>
background-color css
<style>
a { background-color: #EFD59E; }
a { background-color: rgb(239,213,158); }
div.DivClassName
{
background-color: #EFD59E;
}
.BgClassName
{
background-color: #EFD59E;
}
</style>
border-color css
<style>
span { border-color: #EFD59E; }
span { border-color: rgb(239,213,158); }
td.TdClassName
{
border-color: #EFD59E;
}
.TagClassName
{
border-color: #EFD59E;
}
</style>