Shades of Splash #EFD597
Tints of Splash #EFD597
RGB
CMYK
RGB Variations
Color information
#EFD597 (or 0xEFD597) is known color: Splash. HEX triplet: EF, D5 and 97. RGB value is (239,213,151). Sum of RGB (Red+Green+Blue) = 239+213+151=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD597 is #102A68. Grayscale: #D5D5D5. Windows color (decimal): -1059433 or 9950703. OLE color: 9950703.
HSL color Cylindrical-coordinate representation of color #EFD597: hue angle of 42.27º degrees, saturation: 0.73, 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 #EFD597 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 151 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.06 |
| HSL | 42.27º | 0.73% | 0.76% | - |
| HSV(B) | 42.27º | 0.37% | 0.94% | - |
| XYZ | 64.98 | 68.17 | 39.01 | - |
| YUV | 213.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 151 | 0 | 0.11 | 0.37 | 0.06 | 42.27 | 0.73 | 0.76 |
| Hex | EF | D5 | 97 | 0 | B | 25 | 6 | 2A | 49 | 4C |
| Octal | 357 | 325 | 227 | 0 | 13 | 45 | 6 | 52 | 111 | 114 |
| Binary | 11101111 | 11010101 | 10010111 | 0 | 1011 | 100101 | 110 | 101010 | 1001001 | 1001100 |
Color Harmonies of #EFD597
Complementary color
Monochromatic Colors of #EFD597
Black with #EFD597
Text Example
Text Example
White with #EFD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD597; }
p { color: rgb(239,213,151); }
H1.HeaderClassName
{
color: #EFD597;
}
.AnyTagClassName
{
color: #EFD597;
}
</style>
background-color css
<style>
a { background-color: #EFD597; }
a { background-color: rgb(239,213,151); }
div.DivClassName
{
background-color: #EFD597;
}
.BgClassName
{
background-color: #EFD597;
}
</style>
border-color css
<style>
span { border-color: #EFD597; }
span { border-color: rgb(239,213,151); }
td.TdClassName
{
border-color: #EFD597;
}
.TagClassName
{
border-color: #EFD597;
}
</style>