Shades of Splash #EFDA9B
Tints of Splash #EFDA9B
RGB
CMYK
RGB Variations
Color information
#EFDA9B (or 0xEFDA9B) is known color: Splash. HEX triplet: EF, DA and 9B. RGB value is (239,218,155). Sum of RGB (Red+Green+Blue) = 239+218+155=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9B is #102564. Grayscale: #D9D9D9. Windows color (decimal): -1058149 or 10214127. OLE color: 10214127.
HSL color Cylindrical-coordinate representation of color #EFDA9B: hue angle of 45º 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 #EFDA9B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 155 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.06 |
| HSL | 45º | 0.72% | 0.77% | - |
| HSV(B) | 45º | 0.35% | 0.94% | - |
| XYZ | 66.58 | 70.86 | 41.18 | - |
| YUV | 217.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 155 | 0 | 0.09 | 0.35 | 0.06 | 45 | 0.72 | 0.77 |
| Hex | EF | DA | 9B | 0 | 9 | 23 | 6 | 2D | 48 | 4D |
| Octal | 357 | 332 | 233 | 0 | 11 | 43 | 6 | 55 | 110 | 115 |
| Binary | 11101111 | 11011010 | 10011011 | 0 | 1001 | 100011 | 110 | 101101 | 1001000 | 1001101 |
Color Harmonies of #EFDA9B
Complementary color
Monochromatic Colors of #EFDA9B
Black with #EFDA9B
Text Example
Text Example
White with #EFDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA9B; }
p { color: rgb(239,218,155); }
H1.HeaderClassName
{
color: #EFDA9B;
}
.AnyTagClassName
{
color: #EFDA9B;
}
</style>
background-color css
<style>
a { background-color: #EFDA9B; }
a { background-color: rgb(239,218,155); }
div.DivClassName
{
background-color: #EFDA9B;
}
.BgClassName
{
background-color: #EFDA9B;
}
</style>
border-color css
<style>
span { border-color: #EFDA9B; }
span { border-color: rgb(239,218,155); }
td.TdClassName
{
border-color: #EFDA9B;
}
.TagClassName
{
border-color: #EFDA9B;
}
</style>