Shades of Splash #EFD895
Tints of Splash #EFD895
RGB
CMYK
RGB Variations
Color information
#EFD895 (or 0xEFD895) is known color: Splash. HEX triplet: EF, D8 and 95. RGB value is (239,216,149). Sum of RGB (Red+Green+Blue) = 239+216+149=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD895 is #10276A. Grayscale: #D7D7D7. Windows color (decimal): -1058667 or 9820399. OLE color: 9820399.
HSL color Cylindrical-coordinate representation of color #EFD895: hue angle of 44.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD895 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 149 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.06 |
| HSL | 44.67º | 0.74% | 0.76% | - |
| HSV(B) | 44.67º | 0.38% | 0.94% | - |
| XYZ | 65.58 | 69.63 | 38.42 | - |
| YUV | 215.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 149 | 0 | 0.10 | 0.38 | 0.06 | 44.67 | 0.74 | 0.76 |
| Hex | EF | D8 | 95 | 0 | A | 26 | 6 | 2D | 4A | 4C |
| Octal | 357 | 330 | 225 | 0 | 12 | 46 | 6 | 55 | 112 | 114 |
| Binary | 11101111 | 11011000 | 10010101 | 0 | 1010 | 100110 | 110 | 101101 | 1001010 | 1001100 |
Color Harmonies of #EFD895
Complementary color
Monochromatic Colors of #EFD895
Black with #EFD895
Text Example
Text Example
White with #EFD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD895; }
p { color: rgb(239,216,149); }
H1.HeaderClassName
{
color: #EFD895;
}
.AnyTagClassName
{
color: #EFD895;
}
</style>
background-color css
<style>
a { background-color: #EFD895; }
a { background-color: rgb(239,216,149); }
div.DivClassName
{
background-color: #EFD895;
}
.BgClassName
{
background-color: #EFD895;
}
</style>
border-color css
<style>
span { border-color: #EFD895; }
span { border-color: rgb(239,216,149); }
td.TdClassName
{
border-color: #EFD895;
}
.TagClassName
{
border-color: #EFD895;
}
</style>