Shades of Splash #EFDB9D
Tints of Splash #EFDB9D
RGB
CMYK
RGB Variations
Color information
#EFDB9D (or 0xEFDB9D) is known color: Splash. HEX triplet: EF, DB and 9D. RGB value is (239,219,157). Sum of RGB (Red+Green+Blue) = 239+219+157=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB9D is #102462. Grayscale: #DADADA. Windows color (decimal): -1057891 or 10345455. OLE color: 10345455.
HSL color Cylindrical-coordinate representation of color #EFDB9D: hue angle of 45.37º 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 #EFDB9D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 157 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.06 |
| HSL | 45.37º | 0.72% | 0.78% | - |
| HSV(B) | 45.37º | 0.34% | 0.94% | - |
| XYZ | 67.01 | 71.45 | 42.16 | - |
| YUV | 217.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 157 | 0 | 0.08 | 0.34 | 0.06 | 45.37 | 0.72 | 0.78 |
| Hex | EF | DB | 9D | 0 | 8 | 22 | 6 | 2D | 48 | 4E |
| Octal | 357 | 333 | 235 | 0 | 10 | 42 | 6 | 55 | 110 | 116 |
| Binary | 11101111 | 11011011 | 10011101 | 0 | 1000 | 100010 | 110 | 101101 | 1001000 | 1001110 |
Color Harmonies of #EFDB9D
Complementary color
Monochromatic Colors of #EFDB9D
Black with #EFDB9D
Text Example
Text Example
White with #EFDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB9D; }
p { color: rgb(239,219,157); }
H1.HeaderClassName
{
color: #EFDB9D;
}
.AnyTagClassName
{
color: #EFDB9D;
}
</style>
background-color css
<style>
a { background-color: #EFDB9D; }
a { background-color: rgb(239,219,157); }
div.DivClassName
{
background-color: #EFDB9D;
}
.BgClassName
{
background-color: #EFDB9D;
}
</style>
border-color css
<style>
span { border-color: #EFDB9D; }
span { border-color: rgb(239,219,157); }
td.TdClassName
{
border-color: #EFDB9D;
}
.TagClassName
{
border-color: #EFDB9D;
}
</style>