Shades of Splash #EFD49F
Tints of Splash #EFD49F
RGB
CMYK
RGB Variations
Color information
#EFD49F (or 0xEFD49F) is known color: Splash. HEX triplet: EF, D4 and 9F. RGB value is (239,212,159). Sum of RGB (Red+Green+Blue) = 239+212+159=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD49F is #102B60. Grayscale: #D6D6D6. Windows color (decimal): -1059681 or 10474735. OLE color: 10474735.
HSL color Cylindrical-coordinate representation of color #EFD49F: hue angle of 39.75º 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 #EFD49F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 159 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.06 |
| HSL | 39.75º | 0.71% | 0.78% | - |
| HSV(B) | 39.75º | 0.33% | 0.94% | - |
| XYZ | 65.4 | 67.94 | 42.47 | - |
| YUV | 214.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 159 | 0 | 0.11 | 0.33 | 0.06 | 39.75 | 0.71 | 0.78 |
| Hex | EF | D4 | 9F | 0 | B | 21 | 6 | 28 | 47 | 4E |
| Octal | 357 | 324 | 237 | 0 | 13 | 41 | 6 | 50 | 107 | 116 |
| Binary | 11101111 | 11010100 | 10011111 | 0 | 1011 | 100001 | 110 | 101000 | 1000111 | 1001110 |
Color Harmonies of #EFD49F
Complementary color
Monochromatic Colors of #EFD49F
Black with #EFD49F
Text Example
Text Example
White with #EFD49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD49F; }
p { color: rgb(239,212,159); }
H1.HeaderClassName
{
color: #EFD49F;
}
.AnyTagClassName
{
color: #EFD49F;
}
</style>
background-color css
<style>
a { background-color: #EFD49F; }
a { background-color: rgb(239,212,159); }
div.DivClassName
{
background-color: #EFD49F;
}
.BgClassName
{
background-color: #EFD49F;
}
</style>
border-color css
<style>
span { border-color: #EFD49F; }
span { border-color: rgb(239,212,159); }
td.TdClassName
{
border-color: #EFD49F;
}
.TagClassName
{
border-color: #EFD49F;
}
</style>