Shades of Splash #EFD596
Tints of Splash #EFD596
RGB
CMYK
RGB Variations
Color information
#EFD596 (or 0xEFD596) is known color: Splash. HEX triplet: EF, D5 and 96. RGB value is (239,213,150). Sum of RGB (Red+Green+Blue) = 239+213+150=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD596 is #102A69. Grayscale: #D5D5D5. Windows color (decimal): -1059434 or 9885167. OLE color: 9885167.
HSL color Cylindrical-coordinate representation of color #EFD596: hue angle of 42.47º 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 #EFD596 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 150 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.06 |
| HSL | 42.47º | 0.74% | 0.76% | - |
| HSV(B) | 42.47º | 0.37% | 0.94% | - |
| XYZ | 64.9 | 68.14 | 38.59 | - |
| YUV | 213.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 150 | 0 | 0.11 | 0.37 | 0.06 | 42.47 | 0.74 | 0.76 |
| Hex | EF | D5 | 96 | 0 | B | 25 | 6 | 2A | 4A | 4C |
| Octal | 357 | 325 | 226 | 0 | 13 | 45 | 6 | 52 | 112 | 114 |
| Binary | 11101111 | 11010101 | 10010110 | 0 | 1011 | 100101 | 110 | 101010 | 1001010 | 1001100 |
Color Harmonies of #EFD596
Complementary color
Monochromatic Colors of #EFD596
Black with #EFD596
Text Example
Text Example
White with #EFD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD596; }
p { color: rgb(239,213,150); }
H1.HeaderClassName
{
color: #EFD596;
}
.AnyTagClassName
{
color: #EFD596;
}
</style>
background-color css
<style>
a { background-color: #EFD596; }
a { background-color: rgb(239,213,150); }
div.DivClassName
{
background-color: #EFD596;
}
.BgClassName
{
background-color: #EFD596;
}
</style>
border-color css
<style>
span { border-color: #EFD596; }
span { border-color: rgb(239,213,150); }
td.TdClassName
{
border-color: #EFD596;
}
.TagClassName
{
border-color: #EFD596;
}
</style>