Shades of Splash #EFD699
Tints of Splash #EFD699
RGB
CMYK
RGB Variations
Color information
#EFD699 (or 0xEFD699) is known color: Splash. HEX triplet: EF, D6 and 99. RGB value is (239,214,153). Sum of RGB (Red+Green+Blue) = 239+214+153=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD699 is #102966. Grayscale: #D6D6D6. Windows color (decimal): -1059175 or 10082031. OLE color: 10082031.
HSL color Cylindrical-coordinate representation of color #EFD699: hue angle of 42.56º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD699 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 153 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.06 |
| HSL | 42.56º | 0.73% | 0.77% | - |
| HSV(B) | 42.56º | 0.36% | 0.94% | - |
| XYZ | 65.39 | 68.74 | 39.96 | - |
| YUV | 214.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 153 | 0 | 0.10 | 0.36 | 0.06 | 42.56 | 0.73 | 0.77 |
| Hex | EF | D6 | 99 | 0 | A | 24 | 6 | 2B | 49 | 4D |
| Octal | 357 | 326 | 231 | 0 | 12 | 44 | 6 | 53 | 111 | 115 |
| Binary | 11101111 | 11010110 | 10011001 | 0 | 1010 | 100100 | 110 | 101011 | 1001001 | 1001101 |
Color Harmonies of #EFD699
Complementary color
Monochromatic Colors of #EFD699
Black with #EFD699
Text Example
Text Example
White with #EFD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD699; }
p { color: rgb(239,214,153); }
H1.HeaderClassName
{
color: #EFD699;
}
.AnyTagClassName
{
color: #EFD699;
}
</style>
background-color css
<style>
a { background-color: #EFD699; }
a { background-color: rgb(239,214,153); }
div.DivClassName
{
background-color: #EFD699;
}
.BgClassName
{
background-color: #EFD699;
}
</style>
border-color css
<style>
span { border-color: #EFD699; }
span { border-color: rgb(239,214,153); }
td.TdClassName
{
border-color: #EFD699;
}
.TagClassName
{
border-color: #EFD699;
}
</style>