Shades of Splash #EFDB9F
Tints of Splash #EFDB9F
RGB
CMYK
RGB Variations
Color information
#EFDB9F (or 0xEFDB9F) is known color: Splash. HEX triplet: EF, DB and 9F. RGB value is (239,219,159). Sum of RGB (Red+Green+Blue) = 239+219+159=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB9F is #102460. Grayscale: #DADADA. Windows color (decimal): -1057889 or 10476527. OLE color: 10476527.
HSL color Cylindrical-coordinate representation of color #EFDB9F: hue angle of 45º 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 #EFDB9F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 159 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.06 |
| HSL | 45º | 0.71% | 0.78% | - |
| HSV(B) | 45º | 0.33% | 0.94% | - |
| XYZ | 67.19 | 71.52 | 43.06 | - |
| YUV | 218.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 159 | 0 | 0.08 | 0.33 | 0.06 | 45 | 0.71 | 0.78 |
| Hex | EF | DB | 9F | 0 | 8 | 21 | 6 | 2D | 47 | 4E |
| Octal | 357 | 333 | 237 | 0 | 10 | 41 | 6 | 55 | 107 | 116 |
| Binary | 11101111 | 11011011 | 10011111 | 0 | 1000 | 100001 | 110 | 101101 | 1000111 | 1001110 |
Color Harmonies of #EFDB9F
Complementary color
Monochromatic Colors of #EFDB9F
Black with #EFDB9F
Text Example
Text Example
White with #EFDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB9F; }
p { color: rgb(239,219,159); }
H1.HeaderClassName
{
color: #EFDB9F;
}
.AnyTagClassName
{
color: #EFDB9F;
}
</style>
background-color css
<style>
a { background-color: #EFDB9F; }
a { background-color: rgb(239,219,159); }
div.DivClassName
{
background-color: #EFDB9F;
}
.BgClassName
{
background-color: #EFDB9F;
}
</style>
border-color css
<style>
span { border-color: #EFDB9F; }
span { border-color: rgb(239,219,159); }
td.TdClassName
{
border-color: #EFDB9F;
}
.TagClassName
{
border-color: #EFDB9F;
}
</style>