Shades of Splash #EFD59B
Tints of Splash #EFD59B
RGB
CMYK
RGB Variations
Color information
#EFD59B (or 0xEFD59B) is known color: Splash. HEX triplet: EF, D5 and 9B. RGB value is (239,213,155). Sum of RGB (Red+Green+Blue) = 239+213+155=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59B is #102A64. Grayscale: #D6D6D6. Windows color (decimal): -1059429 or 10212847. OLE color: 10212847.
HSL color Cylindrical-coordinate representation of color #EFD59B: hue angle of 41.43º 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 #EFD59B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 155 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.06 |
| HSL | 41.43º | 0.72% | 0.77% | - |
| HSV(B) | 41.43º | 0.35% | 0.94% | - |
| XYZ | 65.31 | 68.31 | 40.75 | - |
| YUV | 214.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 155 | 0 | 0.11 | 0.35 | 0.06 | 41.43 | 0.72 | 0.77 |
| Hex | EF | D5 | 9B | 0 | B | 23 | 6 | 29 | 48 | 4D |
| Octal | 357 | 325 | 233 | 0 | 13 | 43 | 6 | 51 | 110 | 115 |
| Binary | 11101111 | 11010101 | 10011011 | 0 | 1011 | 100011 | 110 | 101001 | 1001000 | 1001101 |
Color Harmonies of #EFD59B
Complementary color
Monochromatic Colors of #EFD59B
Black with #EFD59B
Text Example
Text Example
White with #EFD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD59B; }
p { color: rgb(239,213,155); }
H1.HeaderClassName
{
color: #EFD59B;
}
.AnyTagClassName
{
color: #EFD59B;
}
</style>
background-color css
<style>
a { background-color: #EFD59B; }
a { background-color: rgb(239,213,155); }
div.DivClassName
{
background-color: #EFD59B;
}
.BgClassName
{
background-color: #EFD59B;
}
</style>
border-color css
<style>
span { border-color: #EFD59B; }
span { border-color: rgb(239,213,155); }
td.TdClassName
{
border-color: #EFD59B;
}
.TagClassName
{
border-color: #EFD59B;
}
</style>