Shades of Splash #EFDBA0
Tints of Splash #EFDBA0
RGB
CMYK
RGB Variations
Color information
#EFDBA0 (or 0xEFDBA0) is known color: Splash. HEX triplet: EF, DB and A0. RGB value is (239,219,160). Sum of RGB (Red+Green+Blue) = 239+219+160=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA0 is #10245F. Grayscale: #DADADA. Windows color (decimal): -1057888 or 10542063. OLE color: 10542063.
HSL color Cylindrical-coordinate representation of color #EFDBA0: hue angle of 44.81º 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 #EFDBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 160 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.06 |
| HSL | 44.81º | 0.71% | 0.78% | - |
| HSV(B) | 44.81º | 0.33% | 0.94% | - |
| XYZ | 67.27 | 71.55 | 43.52 | - |
| YUV | 218.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 160 | 0 | 0.08 | 0.33 | 0.06 | 44.81 | 0.71 | 0.78 |
| Hex | EF | DB | A0 | 0 | 8 | 21 | 6 | 2D | 47 | 4E |
| Octal | 357 | 333 | 240 | 0 | 10 | 41 | 6 | 55 | 107 | 116 |
| Binary | 11101111 | 11011011 | 10100000 | 0 | 1000 | 100001 | 110 | 101101 | 1000111 | 1001110 |
Color Harmonies of #EFDBA0
Complementary color
Monochromatic Colors of #EFDBA0
Black with #EFDBA0
Text Example
Text Example
White with #EFDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBA0; }
p { color: rgb(239,219,160); }
H1.HeaderClassName
{
color: #EFDBA0;
}
.AnyTagClassName
{
color: #EFDBA0;
}
</style>
background-color css
<style>
a { background-color: #EFDBA0; }
a { background-color: rgb(239,219,160); }
div.DivClassName
{
background-color: #EFDBA0;
}
.BgClassName
{
background-color: #EFDBA0;
}
</style>
border-color css
<style>
span { border-color: #EFDBA0; }
span { border-color: rgb(239,219,160); }
td.TdClassName
{
border-color: #EFDBA0;
}
.TagClassName
{
border-color: #EFDBA0;
}
</style>