Shades of Splash #EFDD9E
Tints of Splash #EFDD9E
RGB
CMYK
RGB Variations
Color information
#EFDD9E (or 0xEFDD9E) is known color: Splash. HEX triplet: EF, DD and 9E. RGB value is (239,221,158). Sum of RGB (Red+Green+Blue) = 239+221+158=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD9E is #102261. Grayscale: #DBDBDB. Windows color (decimal): -1057378 or 10411503. OLE color: 10411503.
HSL color Cylindrical-coordinate representation of color #EFDD9E: hue angle of 46.67º 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 #EFDD9E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 158 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.06 |
| HSL | 46.67º | 0.72% | 0.78% | - |
| HSV(B) | 46.67º | 0.34% | 0.94% | - |
| XYZ | 67.62 | 72.53 | 42.78 | - |
| YUV | 219.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 158 | 0 | 0.08 | 0.34 | 0.06 | 46.67 | 0.72 | 0.78 |
| Hex | EF | DD | 9E | 0 | 8 | 22 | 6 | 2F | 48 | 4E |
| Octal | 357 | 335 | 236 | 0 | 10 | 42 | 6 | 57 | 110 | 116 |
| Binary | 11101111 | 11011101 | 10011110 | 0 | 1000 | 100010 | 110 | 101111 | 1001000 | 1001110 |
Color Harmonies of #EFDD9E
Complementary color
Monochromatic Colors of #EFDD9E
Black with #EFDD9E
Text Example
Text Example
White with #EFDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD9E; }
p { color: rgb(239,221,158); }
H1.HeaderClassName
{
color: #EFDD9E;
}
.AnyTagClassName
{
color: #EFDD9E;
}
</style>
background-color css
<style>
a { background-color: #EFDD9E; }
a { background-color: rgb(239,221,158); }
div.DivClassName
{
background-color: #EFDD9E;
}
.BgClassName
{
background-color: #EFDD9E;
}
</style>
border-color css
<style>
span { border-color: #EFDD9E; }
span { border-color: rgb(239,221,158); }
td.TdClassName
{
border-color: #EFDD9E;
}
.TagClassName
{
border-color: #EFDD9E;
}
</style>