Shades of Splash #EED39E
Tints of Splash #EED39E
RGB
CMYK
RGB Variations
Color information
#EED39E (or 0xEED39E) is known color: Splash. HEX triplet: EE, D3 and 9E. RGB value is (238,211,158). Sum of RGB (Red+Green+Blue) = 238+211+158=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED39E is #112C61. Grayscale: #D5D5D5. Windows color (decimal): -1125474 or 10408942. OLE color: 10408942.
HSL color Cylindrical-coordinate representation of color #EED39E: hue angle of 39.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED39E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 158 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.07 |
| HSL | 39.75º | 0.7% | 0.78% | - |
| HSV(B) | 39.75º | 0.34% | 0.93% | - |
| XYZ | 64.73 | 67.23 | 41.91 | - |
| YUV | 213.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 158 | 0 | 0.11 | 0.34 | 0.07 | 39.75 | 0.7 | 0.78 |
| Hex | EE | D3 | 9E | 0 | B | 22 | 7 | 28 | 46 | 4E |
| Octal | 356 | 323 | 236 | 0 | 13 | 42 | 7 | 50 | 106 | 116 |
| Binary | 11101110 | 11010011 | 10011110 | 0 | 1011 | 100010 | 111 | 101000 | 1000110 | 1001110 |
Color Harmonies of #EED39E
Complementary color
Monochromatic Colors of #EED39E
Black with #EED39E
Text Example
Text Example
White with #EED39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED39E; }
p { color: rgb(238,211,158); }
H1.HeaderClassName
{
color: #EED39E;
}
.AnyTagClassName
{
color: #EED39E;
}
</style>
background-color css
<style>
a { background-color: #EED39E; }
a { background-color: rgb(238,211,158); }
div.DivClassName
{
background-color: #EED39E;
}
.BgClassName
{
background-color: #EED39E;
}
</style>
border-color css
<style>
span { border-color: #EED39E; }
span { border-color: rgb(238,211,158); }
td.TdClassName
{
border-color: #EED39E;
}
.TagClassName
{
border-color: #EED39E;
}
</style>