Shades of Splash #EFDC9C
Tints of Splash #EFDC9C
RGB
CMYK
RGB Variations
Color information
#EFDC9C (or 0xEFDC9C) is known color: Splash. HEX triplet: EF, DC and 9C. RGB value is (239,220,156). Sum of RGB (Red+Green+Blue) = 239+220+156=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC9C is #102363. Grayscale: #DADADA. Windows color (decimal): -1057636 or 10280175. OLE color: 10280175.
HSL color Cylindrical-coordinate representation of color #EFDC9C: hue angle of 46.27º 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 #EFDC9C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 156 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.06 |
| HSL | 46.27º | 0.72% | 0.77% | - |
| HSV(B) | 46.27º | 0.35% | 0.94% | - |
| XYZ | 67.19 | 71.94 | 41.8 | - |
| YUV | 218.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 156 | 0 | 0.08 | 0.35 | 0.06 | 46.27 | 0.72 | 0.77 |
| Hex | EF | DC | 9C | 0 | 8 | 23 | 6 | 2E | 48 | 4D |
| Octal | 357 | 334 | 234 | 0 | 10 | 43 | 6 | 56 | 110 | 115 |
| Binary | 11101111 | 11011100 | 10011100 | 0 | 1000 | 100011 | 110 | 101110 | 1001000 | 1001101 |
Color Harmonies of #EFDC9C
Complementary color
Monochromatic Colors of #EFDC9C
Black with #EFDC9C
Text Example
Text Example
White with #EFDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC9C; }
p { color: rgb(239,220,156); }
H1.HeaderClassName
{
color: #EFDC9C;
}
.AnyTagClassName
{
color: #EFDC9C;
}
</style>
background-color css
<style>
a { background-color: #EFDC9C; }
a { background-color: rgb(239,220,156); }
div.DivClassName
{
background-color: #EFDC9C;
}
.BgClassName
{
background-color: #EFDC9C;
}
</style>
border-color css
<style>
span { border-color: #EFDC9C; }
span { border-color: rgb(239,220,156); }
td.TdClassName
{
border-color: #EFDC9C;
}
.TagClassName
{
border-color: #EFDC9C;
}
</style>