Shades of Splash #EFD89A
Tints of Splash #EFD89A
RGB
CMYK
RGB Variations
Color information
#EFD89A (or 0xEFD89A) is known color: Splash. HEX triplet: EF, D8 and 9A. RGB value is (239,216,154). Sum of RGB (Red+Green+Blue) = 239+216+154=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD89A is #102765. Grayscale: #D8D8D8. Windows color (decimal): -1058662 or 10148079. OLE color: 10148079.
HSL color Cylindrical-coordinate representation of color #EFD89A: hue angle of 43.76º 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 #EFD89A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 154 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.06 |
| HSL | 43.76º | 0.73% | 0.77% | - |
| HSV(B) | 43.76º | 0.36% | 0.94% | - |
| XYZ | 65.99 | 69.8 | 40.57 | - |
| YUV | 215.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 154 | 0 | 0.10 | 0.36 | 0.06 | 43.76 | 0.73 | 0.77 |
| Hex | EF | D8 | 9A | 0 | A | 24 | 6 | 2C | 49 | 4D |
| Octal | 357 | 330 | 232 | 0 | 12 | 44 | 6 | 54 | 111 | 115 |
| Binary | 11101111 | 11011000 | 10011010 | 0 | 1010 | 100100 | 110 | 101100 | 1001001 | 1001101 |
Color Harmonies of #EFD89A
Complementary color
Monochromatic Colors of #EFD89A
Black with #EFD89A
Text Example
Text Example
White with #EFD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD89A; }
p { color: rgb(239,216,154); }
H1.HeaderClassName
{
color: #EFD89A;
}
.AnyTagClassName
{
color: #EFD89A;
}
</style>
background-color css
<style>
a { background-color: #EFD89A; }
a { background-color: rgb(239,216,154); }
div.DivClassName
{
background-color: #EFD89A;
}
.BgClassName
{
background-color: #EFD89A;
}
</style>
border-color css
<style>
span { border-color: #EFD89A; }
span { border-color: rgb(239,216,154); }
td.TdClassName
{
border-color: #EFD89A;
}
.TagClassName
{
border-color: #EFD89A;
}
</style>