Shades of Splash #EFD59A
Tints of Splash #EFD59A
RGB
CMYK
RGB Variations
Color information
#EFD59A (or 0xEFD59A) is known color: Splash. HEX triplet: EF, D5 and 9A. RGB value is (239,213,154). Sum of RGB (Red+Green+Blue) = 239+213+154=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59A is #102A65. Grayscale: #D6D6D6. Windows color (decimal): -1059430 or 10147311. OLE color: 10147311.
HSL color Cylindrical-coordinate representation of color #EFD59A: hue angle of 41.65º 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 #EFD59A is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 154 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.06 |
| HSL | 41.65º | 0.73% | 0.77% | - |
| HSV(B) | 41.65º | 0.36% | 0.94% | - |
| XYZ | 65.22 | 68.27 | 40.31 | - |
| YUV | 214.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 154 | 0 | 0.11 | 0.36 | 0.06 | 41.65 | 0.73 | 0.77 |
| Hex | EF | D5 | 9A | 0 | B | 24 | 6 | 2A | 49 | 4D |
| Octal | 357 | 325 | 232 | 0 | 13 | 44 | 6 | 52 | 111 | 115 |
| Binary | 11101111 | 11010101 | 10011010 | 0 | 1011 | 100100 | 110 | 101010 | 1001001 | 1001101 |
Color Harmonies of #EFD59A
Complementary color
Monochromatic Colors of #EFD59A
Black with #EFD59A
Text Example
Text Example
White with #EFD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD59A; }
p { color: rgb(239,213,154); }
H1.HeaderClassName
{
color: #EFD59A;
}
.AnyTagClassName
{
color: #EFD59A;
}
</style>
background-color css
<style>
a { background-color: #EFD59A; }
a { background-color: rgb(239,213,154); }
div.DivClassName
{
background-color: #EFD59A;
}
.BgClassName
{
background-color: #EFD59A;
}
</style>
border-color css
<style>
span { border-color: #EFD59A; }
span { border-color: rgb(239,213,154); }
td.TdClassName
{
border-color: #EFD59A;
}
.TagClassName
{
border-color: #EFD59A;
}
</style>