Shades of Splash #EFDE9C
Tints of Splash #EFDE9C
RGB
CMYK
RGB Variations
Color information
#EFDE9C (or 0xEFDE9C) is known color: Splash. HEX triplet: EF, DE and 9C. RGB value is (239,222,156). Sum of RGB (Red+Green+Blue) = 239+222+156=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE9C is #102163. Grayscale: #DBDBDB. Windows color (decimal): -1057124 or 10280687. OLE color: 10280687.
HSL color Cylindrical-coordinate representation of color #EFDE9C: hue angle of 47.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFDE9C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 156 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.06 |
| HSL | 47.71º | 0.72% | 0.77% | - |
| HSV(B) | 47.71º | 0.35% | 0.94% | - |
| XYZ | 67.72 | 72.99 | 41.97 | - |
| YUV | 219.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 156 | 0 | 0.07 | 0.35 | 0.06 | 47.71 | 0.72 | 0.77 |
| Hex | EF | DE | 9C | 0 | 7 | 23 | 6 | 30 | 48 | 4D |
| Octal | 357 | 336 | 234 | 0 | 7 | 43 | 6 | 60 | 110 | 115 |
| Binary | 11101111 | 11011110 | 10011100 | 0 | 111 | 100011 | 110 | 110000 | 1001000 | 1001101 |
Color Harmonies of #EFDE9C
Complementary color
Monochromatic Colors of #EFDE9C
Black with #EFDE9C
Text Example
Text Example
White with #EFDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE9C; }
p { color: rgb(239,222,156); }
H1.HeaderClassName
{
color: #EFDE9C;
}
.AnyTagClassName
{
color: #EFDE9C;
}
</style>
background-color css
<style>
a { background-color: #EFDE9C; }
a { background-color: rgb(239,222,156); }
div.DivClassName
{
background-color: #EFDE9C;
}
.BgClassName
{
background-color: #EFDE9C;
}
</style>
border-color css
<style>
span { border-color: #EFDE9C; }
span { border-color: rgb(239,222,156); }
td.TdClassName
{
border-color: #EFDE9C;
}
.TagClassName
{
border-color: #EFDE9C;
}
</style>