Shades of Splash #EFD9A3
Tints of Splash #EFD9A3
RGB
CMYK
RGB Variations
Color information
#EFD9A3 (or 0xEFD9A3) is known color: Splash. HEX triplet: EF, D9 and A3. RGB value is (239,217,163). Sum of RGB (Red+Green+Blue) = 239+217+163=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A3 is #10265C. Grayscale: #D9D9D9. Windows color (decimal): -1058397 or 10738159. OLE color: 10738159.
HSL color Cylindrical-coordinate representation of color #EFD9A3: hue angle of 42.63º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFD9A3 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 163 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.06 |
| HSL | 42.63º | 0.7% | 0.79% | - |
| HSV(B) | 42.63º | 0.32% | 0.94% | - |
| XYZ | 67.02 | 70.62 | 44.75 | - |
| YUV | 217.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 163 | 0 | 0.09 | 0.32 | 0.06 | 42.63 | 0.7 | 0.79 |
| Hex | EF | D9 | A3 | 0 | 9 | 20 | 6 | 2B | 46 | 4F |
| Octal | 357 | 331 | 243 | 0 | 11 | 40 | 6 | 53 | 106 | 117 |
| Binary | 11101111 | 11011001 | 10100011 | 0 | 1001 | 100000 | 110 | 101011 | 1000110 | 1001111 |
Color Harmonies of #EFD9A3
Complementary color
Monochromatic Colors of #EFD9A3
Black with #EFD9A3
Text Example
Text Example
White with #EFD9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9A3; }
p { color: rgb(239,217,163); }
H1.HeaderClassName
{
color: #EFD9A3;
}
.AnyTagClassName
{
color: #EFD9A3;
}
</style>
background-color css
<style>
a { background-color: #EFD9A3; }
a { background-color: rgb(239,217,163); }
div.DivClassName
{
background-color: #EFD9A3;
}
.BgClassName
{
background-color: #EFD9A3;
}
</style>
border-color css
<style>
span { border-color: #EFD9A3; }
span { border-color: rgb(239,217,163); }
td.TdClassName
{
border-color: #EFD9A3;
}
.TagClassName
{
border-color: #EFD9A3;
}
</style>