Shades of Splash #EFDD9B
Tints of Splash #EFDD9B
RGB
CMYK
RGB Variations
Color information
#EFDD9B (or 0xEFDD9B) is known color: Splash. HEX triplet: EF, DD and 9B. RGB value is (239,221,155). Sum of RGB (Red+Green+Blue) = 239+221+155=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD9B is #102264. Grayscale: #DBDBDB. Windows color (decimal): -1057381 or 10214895. OLE color: 10214895.
HSL color Cylindrical-coordinate representation of color #EFDD9B: hue angle of 47.14º 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 #EFDD9B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 155 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.06 |
| HSL | 47.14º | 0.72% | 0.77% | - |
| HSV(B) | 47.14º | 0.35% | 0.94% | - |
| XYZ | 67.37 | 72.43 | 41.44 | - |
| YUV | 218.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 155 | 0 | 0.08 | 0.35 | 0.06 | 47.14 | 0.72 | 0.77 |
| Hex | EF | DD | 9B | 0 | 8 | 23 | 6 | 2F | 48 | 4D |
| Octal | 357 | 335 | 233 | 0 | 10 | 43 | 6 | 57 | 110 | 115 |
| Binary | 11101111 | 11011101 | 10011011 | 0 | 1000 | 100011 | 110 | 101111 | 1001000 | 1001101 |
Color Harmonies of #EFDD9B
Complementary color
Monochromatic Colors of #EFDD9B
Black with #EFDD9B
Text Example
Text Example
White with #EFDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD9B; }
p { color: rgb(239,221,155); }
H1.HeaderClassName
{
color: #EFDD9B;
}
.AnyTagClassName
{
color: #EFDD9B;
}
</style>
background-color css
<style>
a { background-color: #EFDD9B; }
a { background-color: rgb(239,221,155); }
div.DivClassName
{
background-color: #EFDD9B;
}
.BgClassName
{
background-color: #EFDD9B;
}
</style>
border-color css
<style>
span { border-color: #EFDD9B; }
span { border-color: rgb(239,221,155); }
td.TdClassName
{
border-color: #EFDD9B;
}
.TagClassName
{
border-color: #EFDD9B;
}
</style>