Shades of Splash #EFDD9D
Tints of Splash #EFDD9D
RGB
CMYK
RGB Variations
Color information
#EFDD9D (or 0xEFDD9D) is known color: Splash. HEX triplet: EF, DD and 9D. RGB value is (239,221,157). Sum of RGB (Red+Green+Blue) = 239+221+157=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD9D is #102262. Grayscale: #DBDBDB. Windows color (decimal): -1057379 or 10345967. OLE color: 10345967.
HSL color Cylindrical-coordinate representation of color #EFDD9D: hue angle of 46.83º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFDD9D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 157 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.06 |
| HSL | 46.83º | 0.72% | 0.78% | - |
| HSV(B) | 46.83º | 0.34% | 0.94% | - |
| XYZ | 67.54 | 72.5 | 42.33 | - |
| YUV | 219.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 157 | 0 | 0.08 | 0.34 | 0.06 | 46.83 | 0.72 | 0.78 |
| Hex | EF | DD | 9D | 0 | 8 | 22 | 6 | 2F | 48 | 4E |
| Octal | 357 | 335 | 235 | 0 | 10 | 42 | 6 | 57 | 110 | 116 |
| Binary | 11101111 | 11011101 | 10011101 | 0 | 1000 | 100010 | 110 | 101111 | 1001000 | 1001110 |
Color Harmonies of #EFDD9D
Complementary color
Monochromatic Colors of #EFDD9D
Black with #EFDD9D
Text Example
Text Example
White with #EFDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD9D; }
p { color: rgb(239,221,157); }
H1.HeaderClassName
{
color: #EFDD9D;
}
.AnyTagClassName
{
color: #EFDD9D;
}
</style>
background-color css
<style>
a { background-color: #EFDD9D; }
a { background-color: rgb(239,221,157); }
div.DivClassName
{
background-color: #EFDD9D;
}
.BgClassName
{
background-color: #EFDD9D;
}
</style>
border-color css
<style>
span { border-color: #EFDD9D; }
span { border-color: rgb(239,221,157); }
td.TdClassName
{
border-color: #EFDD9D;
}
.TagClassName
{
border-color: #EFDD9D;
}
</style>