Shades of Splash #EFD99B
Tints of Splash #EFD99B
RGB
CMYK
RGB Variations
Color information
#EFD99B (or 0xEFD99B) is known color: Splash. HEX triplet: EF, D9 and 9B. RGB value is (239,217,155). Sum of RGB (Red+Green+Blue) = 239+217+155=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD99B is #102664. Grayscale: #D8D8D8. Windows color (decimal): -1058405 or 10213871. OLE color: 10213871.
HSL color Cylindrical-coordinate representation of color #EFD99B: hue angle of 44.29º 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 #EFD99B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 155 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.06 |
| HSL | 44.29º | 0.72% | 0.77% | - |
| HSV(B) | 44.29º | 0.35% | 0.94% | - |
| XYZ | 66.33 | 70.34 | 41.09 | - |
| YUV | 216.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 155 | 0 | 0.09 | 0.35 | 0.06 | 44.29 | 0.72 | 0.77 |
| Hex | EF | D9 | 9B | 0 | 9 | 23 | 6 | 2C | 48 | 4D |
| Octal | 357 | 331 | 233 | 0 | 11 | 43 | 6 | 54 | 110 | 115 |
| Binary | 11101111 | 11011001 | 10011011 | 0 | 1001 | 100011 | 110 | 101100 | 1001000 | 1001101 |
Color Harmonies of #EFD99B
Complementary color
Monochromatic Colors of #EFD99B
Black with #EFD99B
Text Example
Text Example
White with #EFD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD99B; }
p { color: rgb(239,217,155); }
H1.HeaderClassName
{
color: #EFD99B;
}
.AnyTagClassName
{
color: #EFD99B;
}
</style>
background-color css
<style>
a { background-color: #EFD99B; }
a { background-color: rgb(239,217,155); }
div.DivClassName
{
background-color: #EFD99B;
}
.BgClassName
{
background-color: #EFD99B;
}
</style>
border-color css
<style>
span { border-color: #EFD99B; }
span { border-color: rgb(239,217,155); }
td.TdClassName
{
border-color: #EFD99B;
}
.TagClassName
{
border-color: #EFD99B;
}
</style>