Shades of Splash #EFD397
Tints of Splash #EFD397
RGB
CMYK
RGB Variations
Color information
#EFD397 (or 0xEFD397) is known color: Splash. HEX triplet: EF, D3 and 97. RGB value is (239,211,151). Sum of RGB (Red+Green+Blue) = 239+211+151=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD397 is #102C68. Grayscale: #D4D4D4. Windows color (decimal): -1059945 or 9950191. OLE color: 9950191.
HSL color Cylindrical-coordinate representation of color #EFD397: hue angle of 40.91º 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 #EFD397 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 151 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.06 |
| HSL | 40.91º | 0.73% | 0.76% | - |
| HSV(B) | 40.91º | 0.37% | 0.94% | - |
| XYZ | 64.48 | 67.17 | 38.85 | - |
| YUV | 212.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 151 | 0 | 0.12 | 0.37 | 0.06 | 40.91 | 0.73 | 0.76 |
| Hex | EF | D3 | 97 | 0 | C | 25 | 6 | 29 | 49 | 4C |
| Octal | 357 | 323 | 227 | 0 | 14 | 45 | 6 | 51 | 111 | 114 |
| Binary | 11101111 | 11010011 | 10010111 | 0 | 1100 | 100101 | 110 | 101001 | 1001001 | 1001100 |
Color Harmonies of #EFD397
Complementary color
Monochromatic Colors of #EFD397
Black with #EFD397
Text Example
Text Example
White with #EFD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD397; }
p { color: rgb(239,211,151); }
H1.HeaderClassName
{
color: #EFD397;
}
.AnyTagClassName
{
color: #EFD397;
}
</style>
background-color css
<style>
a { background-color: #EFD397; }
a { background-color: rgb(239,211,151); }
div.DivClassName
{
background-color: #EFD397;
}
.BgClassName
{
background-color: #EFD397;
}
</style>
border-color css
<style>
span { border-color: #EFD397; }
span { border-color: rgb(239,211,151); }
td.TdClassName
{
border-color: #EFD397;
}
.TagClassName
{
border-color: #EFD397;
}
</style>