Shades of Splash #EED69F
Tints of Splash #EED69F
RGB
CMYK
RGB Variations
Color information
#EED69F (or 0xEED69F) is known color: Splash. HEX triplet: EE, D6 and 9F. RGB value is (238,214,159). Sum of RGB (Red+Green+Blue) = 238+214+159=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED69F is #112960. Grayscale: #D7D7D7. Windows color (decimal): -1124705 or 10475246. OLE color: 10475246.
HSL color Cylindrical-coordinate representation of color #EED69F: hue angle of 41.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EED69F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 159 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.07 |
| HSL | 41.77º | 0.7% | 0.78% | - |
| HSV(B) | 41.77º | 0.33% | 0.93% | - |
| XYZ | 65.56 | 68.77 | 42.62 | - |
| YUV | 214.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 159 | 0 | 0.10 | 0.33 | 0.07 | 41.77 | 0.7 | 0.78 |
| Hex | EE | D6 | 9F | 0 | A | 21 | 7 | 2A | 46 | 4E |
| Octal | 356 | 326 | 237 | 0 | 12 | 41 | 7 | 52 | 106 | 116 |
| Binary | 11101110 | 11010110 | 10011111 | 0 | 1010 | 100001 | 111 | 101010 | 1000110 | 1001110 |
Color Harmonies of #EED69F
Complementary color
Monochromatic Colors of #EED69F
Black with #EED69F
Text Example
Text Example
White with #EED69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED69F; }
p { color: rgb(238,214,159); }
H1.HeaderClassName
{
color: #EED69F;
}
.AnyTagClassName
{
color: #EED69F;
}
</style>
background-color css
<style>
a { background-color: #EED69F; }
a { background-color: rgb(238,214,159); }
div.DivClassName
{
background-color: #EED69F;
}
.BgClassName
{
background-color: #EED69F;
}
</style>
border-color css
<style>
span { border-color: #EED69F; }
span { border-color: rgb(238,214,159); }
td.TdClassName
{
border-color: #EED69F;
}
.TagClassName
{
border-color: #EED69F;
}
</style>