Shades of Splash #EFDA92
Tints of Splash #EFDA92
RGB
CMYK
RGB Variations
Color information
#EFDA92 (or 0xEFDA92) is known color: Splash. HEX triplet: EF, DA and 92. RGB value is (239,218,146). Sum of RGB (Red+Green+Blue) = 239+218+146=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA92 is #10256D. Grayscale: #D8D8D8. Windows color (decimal): -1058158 or 9624303. OLE color: 9624303.
HSL color Cylindrical-coordinate representation of color #EFDA92: hue angle of 46.45º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDA92 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 146 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.06 |
| HSL | 46.45º | 0.74% | 0.75% | - |
| HSV(B) | 46.45º | 0.39% | 0.94% | - |
| XYZ | 65.86 | 70.57 | 37.34 | - |
| YUV | 216.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 146 | 0 | 0.09 | 0.39 | 0.06 | 46.45 | 0.74 | 0.75 |
| Hex | EF | DA | 92 | 0 | 9 | 27 | 6 | 2E | 4A | 4B |
| Octal | 357 | 332 | 222 | 0 | 11 | 47 | 6 | 56 | 112 | 113 |
| Binary | 11101111 | 11011010 | 10010010 | 0 | 1001 | 100111 | 110 | 101110 | 1001010 | 1001011 |
Color Harmonies of #EFDA92
Complementary color
Monochromatic Colors of #EFDA92
Black with #EFDA92
Text Example
Text Example
White with #EFDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA92; }
p { color: rgb(239,218,146); }
H1.HeaderClassName
{
color: #EFDA92;
}
.AnyTagClassName
{
color: #EFDA92;
}
</style>
background-color css
<style>
a { background-color: #EFDA92; }
a { background-color: rgb(239,218,146); }
div.DivClassName
{
background-color: #EFDA92;
}
.BgClassName
{
background-color: #EFDA92;
}
</style>
border-color css
<style>
span { border-color: #EFDA92; }
span { border-color: rgb(239,218,146); }
td.TdClassName
{
border-color: #EFDA92;
}
.TagClassName
{
border-color: #EFDA92;
}
</style>