Shades of Splash #EFD695
Tints of Splash #EFD695
RGB
CMYK
RGB Variations
Color information
#EFD695 (or 0xEFD695) is known color: Splash. HEX triplet: EF, D6 and 95. RGB value is (239,214,149). Sum of RGB (Red+Green+Blue) = 239+214+149=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD695 is #10296A. Grayscale: #D6D6D6. Windows color (decimal): -1059179 or 9819887. OLE color: 9819887.
HSL color Cylindrical-coordinate representation of color #EFD695: hue angle of 43.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD695 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 149 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.06 |
| HSL | 43.33º | 0.74% | 0.76% | - |
| HSV(B) | 43.33º | 0.38% | 0.94% | - |
| XYZ | 65.07 | 68.61 | 38.25 | - |
| YUV | 214.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 149 | 0 | 0.10 | 0.38 | 0.06 | 43.33 | 0.74 | 0.76 |
| Hex | EF | D6 | 95 | 0 | A | 26 | 6 | 2B | 4A | 4C |
| Octal | 357 | 326 | 225 | 0 | 12 | 46 | 6 | 53 | 112 | 114 |
| Binary | 11101111 | 11010110 | 10010101 | 0 | 1010 | 100110 | 110 | 101011 | 1001010 | 1001100 |
Color Harmonies of #EFD695
Complementary color
Monochromatic Colors of #EFD695
Black with #EFD695
Text Example
Text Example
White with #EFD695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD695; }
p { color: rgb(239,214,149); }
H1.HeaderClassName
{
color: #EFD695;
}
.AnyTagClassName
{
color: #EFD695;
}
</style>
background-color css
<style>
a { background-color: #EFD695; }
a { background-color: rgb(239,214,149); }
div.DivClassName
{
background-color: #EFD695;
}
.BgClassName
{
background-color: #EFD695;
}
</style>
border-color css
<style>
span { border-color: #EFD695; }
span { border-color: rgb(239,214,149); }
td.TdClassName
{
border-color: #EFD695;
}
.TagClassName
{
border-color: #EFD695;
}
</style>