Shades of Splash #EFDAA1
Tints of Splash #EFDAA1
RGB
CMYK
RGB Variations
Color information
#EFDAA1 (or 0xEFDAA1) is known color: Splash. HEX triplet: EF, DA and A1. RGB value is (239,218,161). Sum of RGB (Red+Green+Blue) = 239+218+161=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA1 is #10255E. Grayscale: #DADADA. Windows color (decimal): -1058143 or 10607343. OLE color: 10607343.
HSL color Cylindrical-coordinate representation of color #EFDAA1: hue angle of 43.85º 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 #EFDAA1 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 161 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.06 |
| HSL | 43.85º | 0.71% | 0.78% | - |
| HSV(B) | 43.85º | 0.33% | 0.94% | - |
| XYZ | 67.1 | 71.07 | 43.9 | - |
| YUV | 217.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 161 | 0 | 0.09 | 0.33 | 0.06 | 43.85 | 0.71 | 0.78 |
| Hex | EF | DA | A1 | 0 | 9 | 21 | 6 | 2C | 47 | 4E |
| Octal | 357 | 332 | 241 | 0 | 11 | 41 | 6 | 54 | 107 | 116 |
| Binary | 11101111 | 11011010 | 10100001 | 0 | 1001 | 100001 | 110 | 101100 | 1000111 | 1001110 |
Color Harmonies of #EFDAA1
Complementary color
Monochromatic Colors of #EFDAA1
Black with #EFDAA1
Text Example
Text Example
White with #EFDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAA1; }
p { color: rgb(239,218,161); }
H1.HeaderClassName
{
color: #EFDAA1;
}
.AnyTagClassName
{
color: #EFDAA1;
}
</style>
background-color css
<style>
a { background-color: #EFDAA1; }
a { background-color: rgb(239,218,161); }
div.DivClassName
{
background-color: #EFDAA1;
}
.BgClassName
{
background-color: #EFDAA1;
}
</style>
border-color css
<style>
span { border-color: #EFDAA1; }
span { border-color: rgb(239,218,161); }
td.TdClassName
{
border-color: #EFDAA1;
}
.TagClassName
{
border-color: #EFDAA1;
}
</style>