Shades of Splash #EFD9A0
Tints of Splash #EFD9A0
RGB
CMYK
RGB Variations
Color information
#EFD9A0 (or 0xEFD9A0) is known color: Splash. HEX triplet: EF, D9 and A0. RGB value is (239,217,160). Sum of RGB (Red+Green+Blue) = 239+217+160=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A0 is #10265F. Grayscale: #D9D9D9. Windows color (decimal): -1058400 or 10541551. OLE color: 10541551.
HSL color Cylindrical-coordinate representation of color #EFD9A0: hue angle of 43.29º 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 #EFD9A0 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 160 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.06 |
| HSL | 43.29º | 0.71% | 0.78% | - |
| HSV(B) | 43.29º | 0.33% | 0.94% | - |
| XYZ | 66.75 | 70.51 | 43.35 | - |
| YUV | 217.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 160 | 0 | 0.09 | 0.33 | 0.06 | 43.29 | 0.71 | 0.78 |
| Hex | EF | D9 | A0 | 0 | 9 | 21 | 6 | 2B | 47 | 4E |
| Octal | 357 | 331 | 240 | 0 | 11 | 41 | 6 | 53 | 107 | 116 |
| Binary | 11101111 | 11011001 | 10100000 | 0 | 1001 | 100001 | 110 | 101011 | 1000111 | 1001110 |
Color Harmonies of #EFD9A0
Complementary color
Monochromatic Colors of #EFD9A0
Black with #EFD9A0
Text Example
Text Example
White with #EFD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9A0; }
p { color: rgb(239,217,160); }
H1.HeaderClassName
{
color: #EFD9A0;
}
.AnyTagClassName
{
color: #EFD9A0;
}
</style>
background-color css
<style>
a { background-color: #EFD9A0; }
a { background-color: rgb(239,217,160); }
div.DivClassName
{
background-color: #EFD9A0;
}
.BgClassName
{
background-color: #EFD9A0;
}
</style>
border-color css
<style>
span { border-color: #EFD9A0; }
span { border-color: rgb(239,217,160); }
td.TdClassName
{
border-color: #EFD9A0;
}
.TagClassName
{
border-color: #EFD9A0;
}
</style>