Shades of Splash #EFD4A0
Tints of Splash #EFD4A0
RGB
CMYK
RGB Variations
Color information
#EFD4A0 (or 0xEFD4A0) is known color: Splash. HEX triplet: EF, D4 and A0. RGB value is (239,212,160). Sum of RGB (Red+Green+Blue) = 239+212+160=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A0 is #102B5F. Grayscale: #D6D6D6. Windows color (decimal): -1059680 or 10540271. OLE color: 10540271.
HSL color Cylindrical-coordinate representation of color #EFD4A0: hue angle of 39.49º 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 #EFD4A0 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 160 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.06 |
| HSL | 39.49º | 0.71% | 0.78% | - |
| HSV(B) | 39.49º | 0.33% | 0.94% | - |
| XYZ | 65.49 | 67.98 | 42.93 | - |
| YUV | 214.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 160 | 0 | 0.11 | 0.33 | 0.06 | 39.49 | 0.71 | 0.78 |
| Hex | EF | D4 | A0 | 0 | B | 21 | 6 | 27 | 47 | 4E |
| Octal | 357 | 324 | 240 | 0 | 13 | 41 | 6 | 47 | 107 | 116 |
| Binary | 11101111 | 11010100 | 10100000 | 0 | 1011 | 100001 | 110 | 100111 | 1000111 | 1001110 |
Color Harmonies of #EFD4A0
Complementary color
Monochromatic Colors of #EFD4A0
Black with #EFD4A0
Text Example
Text Example
White with #EFD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4A0; }
p { color: rgb(239,212,160); }
H1.HeaderClassName
{
color: #EFD4A0;
}
.AnyTagClassName
{
color: #EFD4A0;
}
</style>
background-color css
<style>
a { background-color: #EFD4A0; }
a { background-color: rgb(239,212,160); }
div.DivClassName
{
background-color: #EFD4A0;
}
.BgClassName
{
background-color: #EFD4A0;
}
</style>
border-color css
<style>
span { border-color: #EFD4A0; }
span { border-color: rgb(239,212,160); }
td.TdClassName
{
border-color: #EFD4A0;
}
.TagClassName
{
border-color: #EFD4A0;
}
</style>