Shades of Splash #EFD99A
Tints of Splash #EFD99A
RGB
CMYK
RGB Variations
Color information
#EFD99A (or 0xEFD99A) is known color: Splash. HEX triplet: EF, D9 and 9A. RGB value is (239,217,154). Sum of RGB (Red+Green+Blue) = 239+217+154=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD99A is #102665. Grayscale: #D8D8D8. Windows color (decimal): -1058406 or 10148335. OLE color: 10148335.
HSL color Cylindrical-coordinate representation of color #EFD99A: hue angle of 44.47º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD99A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 154 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.06 |
| HSL | 44.47º | 0.73% | 0.77% | - |
| HSV(B) | 44.47º | 0.36% | 0.94% | - |
| XYZ | 66.24 | 70.31 | 40.65 | - |
| YUV | 216.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 154 | 0 | 0.09 | 0.36 | 0.06 | 44.47 | 0.73 | 0.77 |
| Hex | EF | D9 | 9A | 0 | 9 | 24 | 6 | 2C | 49 | 4D |
| Octal | 357 | 331 | 232 | 0 | 11 | 44 | 6 | 54 | 111 | 115 |
| Binary | 11101111 | 11011001 | 10011010 | 0 | 1001 | 100100 | 110 | 101100 | 1001001 | 1001101 |
Color Harmonies of #EFD99A
Complementary color
Monochromatic Colors of #EFD99A
Black with #EFD99A
Text Example
Text Example
White with #EFD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD99A; }
p { color: rgb(239,217,154); }
H1.HeaderClassName
{
color: #EFD99A;
}
.AnyTagClassName
{
color: #EFD99A;
}
</style>
background-color css
<style>
a { background-color: #EFD99A; }
a { background-color: rgb(239,217,154); }
div.DivClassName
{
background-color: #EFD99A;
}
.BgClassName
{
background-color: #EFD99A;
}
</style>
border-color css
<style>
span { border-color: #EFD99A; }
span { border-color: rgb(239,217,154); }
td.TdClassName
{
border-color: #EFD99A;
}
.TagClassName
{
border-color: #EFD99A;
}
</style>