Shades of Splash #EFDAA3
Tints of Splash #EFDAA3
RGB
CMYK
RGB Variations
Color information
#EFDAA3 (or 0xEFDAA3) is known color: Splash. HEX triplet: EF, DA and A3. RGB value is (239,218,163). Sum of RGB (Red+Green+Blue) = 239+218+163=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA3 is #10255C. Grayscale: #DADADA. Windows color (decimal): -1058141 or 10738415. OLE color: 10738415.
HSL color Cylindrical-coordinate representation of color #EFDAA3: hue angle of 43.42º 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 #EFDAA3 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 163 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.06 |
| HSL | 43.42º | 0.7% | 0.79% | - |
| HSV(B) | 43.42º | 0.32% | 0.94% | - |
| XYZ | 67.28 | 71.14 | 44.84 | - |
| YUV | 218.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 163 | 0 | 0.09 | 0.32 | 0.06 | 43.42 | 0.7 | 0.79 |
| Hex | EF | DA | A3 | 0 | 9 | 20 | 6 | 2B | 46 | 4F |
| Octal | 357 | 332 | 243 | 0 | 11 | 40 | 6 | 53 | 106 | 117 |
| Binary | 11101111 | 11011010 | 10100011 | 0 | 1001 | 100000 | 110 | 101011 | 1000110 | 1001111 |
Color Harmonies of #EFDAA3
Complementary color
Monochromatic Colors of #EFDAA3
Black with #EFDAA3
Text Example
Text Example
White with #EFDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAA3; }
p { color: rgb(239,218,163); }
H1.HeaderClassName
{
color: #EFDAA3;
}
.AnyTagClassName
{
color: #EFDAA3;
}
</style>
background-color css
<style>
a { background-color: #EFDAA3; }
a { background-color: rgb(239,218,163); }
div.DivClassName
{
background-color: #EFDAA3;
}
.BgClassName
{
background-color: #EFDAA3;
}
</style>
border-color css
<style>
span { border-color: #EFDAA3; }
span { border-color: rgb(239,218,163); }
td.TdClassName
{
border-color: #EFDAA3;
}
.TagClassName
{
border-color: #EFDAA3;
}
</style>