Shades of Splash #EFDC99
Tints of Splash #EFDC99
RGB
CMYK
RGB Variations
Color information
#EFDC99 (or 0xEFDC99) is known color: Splash. HEX triplet: EF, DC and 99. RGB value is (239,220,153). Sum of RGB (Red+Green+Blue) = 239+220+153=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC99 is #102366. Grayscale: #DADADA. Windows color (decimal): -1057639 or 10083567. OLE color: 10083567.
HSL color Cylindrical-coordinate representation of color #EFDC99: hue angle of 46.74º 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 #EFDC99 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 153 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.06 |
| HSL | 46.74º | 0.73% | 0.77% | - |
| HSV(B) | 46.74º | 0.36% | 0.94% | - |
| XYZ | 66.94 | 71.84 | 40.47 | - |
| YUV | 218.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 153 | 0 | 0.08 | 0.36 | 0.06 | 46.74 | 0.73 | 0.77 |
| Hex | EF | DC | 99 | 0 | 8 | 24 | 6 | 2F | 49 | 4D |
| Octal | 357 | 334 | 231 | 0 | 10 | 44 | 6 | 57 | 111 | 115 |
| Binary | 11101111 | 11011100 | 10011001 | 0 | 1000 | 100100 | 110 | 101111 | 1001001 | 1001101 |
Color Harmonies of #EFDC99
Complementary color
Monochromatic Colors of #EFDC99
Black with #EFDC99
Text Example
Text Example
White with #EFDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC99; }
p { color: rgb(239,220,153); }
H1.HeaderClassName
{
color: #EFDC99;
}
.AnyTagClassName
{
color: #EFDC99;
}
</style>
background-color css
<style>
a { background-color: #EFDC99; }
a { background-color: rgb(239,220,153); }
div.DivClassName
{
background-color: #EFDC99;
}
.BgClassName
{
background-color: #EFDC99;
}
</style>
border-color css
<style>
span { border-color: #EFDC99; }
span { border-color: rgb(239,220,153); }
td.TdClassName
{
border-color: #EFDC99;
}
.TagClassName
{
border-color: #EFDC99;
}
</style>