Shades of Splash #EFDAA0
Tints of Splash #EFDAA0
RGB
CMYK
RGB Variations
Color information
#EFDAA0 (or 0xEFDAA0) is known color: Splash. HEX triplet: EF, DA and A0. RGB value is (239,218,160). Sum of RGB (Red+Green+Blue) = 239+218+160=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA0 is #10255F. Grayscale: #D9D9D9. Windows color (decimal): -1058144 or 10541807. OLE color: 10541807.
HSL color Cylindrical-coordinate representation of color #EFDAA0: hue angle of 44.05º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDAA0 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 160 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.06 |
| HSL | 44.05º | 0.71% | 0.78% | - |
| HSV(B) | 44.05º | 0.33% | 0.94% | - |
| XYZ | 67.01 | 71.03 | 43.44 | - |
| YUV | 217.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 160 | 0 | 0.09 | 0.33 | 0.06 | 44.05 | 0.71 | 0.78 |
| Hex | EF | DA | A0 | 0 | 9 | 21 | 6 | 2C | 47 | 4E |
| Octal | 357 | 332 | 240 | 0 | 11 | 41 | 6 | 54 | 107 | 116 |
| Binary | 11101111 | 11011010 | 10100000 | 0 | 1001 | 100001 | 110 | 101100 | 1000111 | 1001110 |
Color Harmonies of #EFDAA0
Complementary color
Monochromatic Colors of #EFDAA0
Black with #EFDAA0
Text Example
Text Example
White with #EFDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAA0; }
p { color: rgb(239,218,160); }
H1.HeaderClassName
{
color: #EFDAA0;
}
.AnyTagClassName
{
color: #EFDAA0;
}
</style>
background-color css
<style>
a { background-color: #EFDAA0; }
a { background-color: rgb(239,218,160); }
div.DivClassName
{
background-color: #EFDAA0;
}
.BgClassName
{
background-color: #EFDAA0;
}
</style>
border-color css
<style>
span { border-color: #EFDAA0; }
span { border-color: rgb(239,218,160); }
td.TdClassName
{
border-color: #EFDAA0;
}
.TagClassName
{
border-color: #EFDAA0;
}
</style>