Shades of Splash #EFD696
Tints of Splash #EFD696
RGB
CMYK
RGB Variations
Color information
#EFD696 (or 0xEFD696) is known color: Splash. HEX triplet: EF, D6 and 96. RGB value is (239,214,150). Sum of RGB (Red+Green+Blue) = 239+214+150=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD696 is #102969. Grayscale: #D6D6D6. Windows color (decimal): -1059178 or 9885423. OLE color: 9885423.
HSL color Cylindrical-coordinate representation of color #EFD696: hue angle of 43.15º 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 #EFD696 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 150 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.06 |
| HSL | 43.15º | 0.74% | 0.76% | - |
| HSV(B) | 43.15º | 0.37% | 0.94% | - |
| XYZ | 65.15 | 68.65 | 38.67 | - |
| YUV | 214.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 150 | 0 | 0.10 | 0.37 | 0.06 | 43.15 | 0.74 | 0.76 |
| Hex | EF | D6 | 96 | 0 | A | 25 | 6 | 2B | 4A | 4C |
| Octal | 357 | 326 | 226 | 0 | 12 | 45 | 6 | 53 | 112 | 114 |
| Binary | 11101111 | 11010110 | 10010110 | 0 | 1010 | 100101 | 110 | 101011 | 1001010 | 1001100 |
Color Harmonies of #EFD696
Complementary color
Monochromatic Colors of #EFD696
Black with #EFD696
Text Example
Text Example
White with #EFD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD696; }
p { color: rgb(239,214,150); }
H1.HeaderClassName
{
color: #EFD696;
}
.AnyTagClassName
{
color: #EFD696;
}
</style>
background-color css
<style>
a { background-color: #EFD696; }
a { background-color: rgb(239,214,150); }
div.DivClassName
{
background-color: #EFD696;
}
.BgClassName
{
background-color: #EFD696;
}
</style>
border-color css
<style>
span { border-color: #EFD696; }
span { border-color: rgb(239,214,150); }
td.TdClassName
{
border-color: #EFD696;
}
.TagClassName
{
border-color: #EFD696;
}
</style>