Shades of Splash #EFDA9D
Tints of Splash #EFDA9D
RGB
CMYK
RGB Variations
Color information
#EFDA9D (or 0xEFDA9D) is known color: Splash. HEX triplet: EF, DA and 9D. RGB value is (239,218,157). Sum of RGB (Red+Green+Blue) = 239+218+157=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9D is #102562. Grayscale: #D9D9D9. Windows color (decimal): -1058147 or 10345199. OLE color: 10345199.
HSL color Cylindrical-coordinate representation of color #EFDA9D: hue angle of 44.63º 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 #EFDA9D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 157 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.06 |
| HSL | 44.63º | 0.72% | 0.78% | - |
| HSV(B) | 44.63º | 0.34% | 0.94% | - |
| XYZ | 66.75 | 70.93 | 42.07 | - |
| YUV | 217.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 157 | 0 | 0.09 | 0.34 | 0.06 | 44.63 | 0.72 | 0.78 |
| Hex | EF | DA | 9D | 0 | 9 | 22 | 6 | 2D | 48 | 4E |
| Octal | 357 | 332 | 235 | 0 | 11 | 42 | 6 | 55 | 110 | 116 |
| Binary | 11101111 | 11011010 | 10011101 | 0 | 1001 | 100010 | 110 | 101101 | 1001000 | 1001110 |
Color Harmonies of #EFDA9D
Complementary color
Monochromatic Colors of #EFDA9D
Black with #EFDA9D
Text Example
Text Example
White with #EFDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA9D; }
p { color: rgb(239,218,157); }
H1.HeaderClassName
{
color: #EFDA9D;
}
.AnyTagClassName
{
color: #EFDA9D;
}
</style>
background-color css
<style>
a { background-color: #EFDA9D; }
a { background-color: rgb(239,218,157); }
div.DivClassName
{
background-color: #EFDA9D;
}
.BgClassName
{
background-color: #EFDA9D;
}
</style>
border-color css
<style>
span { border-color: #EFDA9D; }
span { border-color: rgb(239,218,157); }
td.TdClassName
{
border-color: #EFDA9D;
}
.TagClassName
{
border-color: #EFDA9D;
}
</style>