Shades of Splash #EED696
Tints of Splash #EED696
RGB
CMYK
RGB Variations
Color information
#EED696 (or 0xEED696) is known color: Splash. HEX triplet: EE, D6 and 96. RGB value is (238,214,150). Sum of RGB (Red+Green+Blue) = 238+214+150=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EED696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED696 is #112969. Grayscale: #D6D6D6. Windows color (decimal): -1124714 or 9885422. OLE color: 9885422.
HSL color Cylindrical-coordinate representation of color #EED696: hue angle of 43.64º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EED696 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 150 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.07 |
| HSL | 43.64º | 0.72% | 0.76% | - |
| HSV(B) | 43.64º | 0.37% | 0.93% | - |
| XYZ | 64.81 | 68.47 | 38.65 | - |
| YUV | 213.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 150 | 0 | 0.10 | 0.37 | 0.07 | 43.64 | 0.72 | 0.76 |
| Hex | EE | D6 | 96 | 0 | A | 25 | 7 | 2C | 48 | 4C |
| Octal | 356 | 326 | 226 | 0 | 12 | 45 | 7 | 54 | 110 | 114 |
| Binary | 11101110 | 11010110 | 10010110 | 0 | 1010 | 100101 | 111 | 101100 | 1001000 | 1001100 |
Color Harmonies of #EED696
Complementary color
Monochromatic Colors of #EED696
Black with #EED696
Text Example
Text Example
White with #EED696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED696; }
p { color: rgb(238,214,150); }
H1.HeaderClassName
{
color: #EED696;
}
.AnyTagClassName
{
color: #EED696;
}
</style>
background-color css
<style>
a { background-color: #EED696; }
a { background-color: rgb(238,214,150); }
div.DivClassName
{
background-color: #EED696;
}
.BgClassName
{
background-color: #EED696;
}
</style>
border-color css
<style>
span { border-color: #EED696; }
span { border-color: rgb(238,214,150); }
td.TdClassName
{
border-color: #EED696;
}
.TagClassName
{
border-color: #EED696;
}
</style>