Shades of Splash #EFD896
Tints of Splash #EFD896
RGB
CMYK
RGB Variations
Color information
#EFD896 (or 0xEFD896) is known color: Splash. HEX triplet: EF, D8 and 96. RGB value is (239,216,150). Sum of RGB (Red+Green+Blue) = 239+216+150=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD896 is #102769. Grayscale: #D7D7D7. Windows color (decimal): -1058666 or 9885935. OLE color: 9885935.
HSL color Cylindrical-coordinate representation of color #EFD896: hue angle of 44.49º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFD896 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 150 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.06 |
| HSL | 44.49º | 0.74% | 0.76% | - |
| HSV(B) | 44.49º | 0.37% | 0.94% | - |
| XYZ | 65.66 | 69.66 | 38.84 | - |
| YUV | 215.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 150 | 0 | 0.10 | 0.37 | 0.06 | 44.49 | 0.74 | 0.76 |
| Hex | EF | D8 | 96 | 0 | A | 25 | 6 | 2C | 4A | 4C |
| Octal | 357 | 330 | 226 | 0 | 12 | 45 | 6 | 54 | 112 | 114 |
| Binary | 11101111 | 11011000 | 10010110 | 0 | 1010 | 100101 | 110 | 101100 | 1001010 | 1001100 |
Color Harmonies of #EFD896
Complementary color
Monochromatic Colors of #EFD896
Black with #EFD896
Text Example
Text Example
White with #EFD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD896; }
p { color: rgb(239,216,150); }
H1.HeaderClassName
{
color: #EFD896;
}
.AnyTagClassName
{
color: #EFD896;
}
</style>
background-color css
<style>
a { background-color: #EFD896; }
a { background-color: rgb(239,216,150); }
div.DivClassName
{
background-color: #EFD896;
}
.BgClassName
{
background-color: #EFD896;
}
</style>
border-color css
<style>
span { border-color: #EFD896; }
span { border-color: rgb(239,216,150); }
td.TdClassName
{
border-color: #EFD896;
}
.TagClassName
{
border-color: #EFD896;
}
</style>