Shades of Splash #EED59E
Tints of Splash #EED59E
RGB
CMYK
RGB Variations
Color information
#EED59E (or 0xEED59E) is known color: Splash. HEX triplet: EE, D5 and 9E. RGB value is (238,213,158). Sum of RGB (Red+Green+Blue) = 238+213+158=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EED59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED59E is #112A61. Grayscale: #D6D6D6. Windows color (decimal): -1124962 or 10409454. OLE color: 10409454.
HSL color Cylindrical-coordinate representation of color #EED59E: hue angle of 41.25º 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 #EED59E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 158 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.07 |
| HSL | 41.25º | 0.7% | 0.78% | - |
| HSV(B) | 41.25º | 0.34% | 0.93% | - |
| XYZ | 65.23 | 68.23 | 42.08 | - |
| YUV | 214.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 158 | 0 | 0.11 | 0.34 | 0.07 | 41.25 | 0.7 | 0.78 |
| Hex | EE | D5 | 9E | 0 | B | 22 | 7 | 29 | 46 | 4E |
| Octal | 356 | 325 | 236 | 0 | 13 | 42 | 7 | 51 | 106 | 116 |
| Binary | 11101110 | 11010101 | 10011110 | 0 | 1011 | 100010 | 111 | 101001 | 1000110 | 1001110 |
Color Harmonies of #EED59E
Complementary color
Monochromatic Colors of #EED59E
Black with #EED59E
Text Example
Text Example
White with #EED59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED59E; }
p { color: rgb(238,213,158); }
H1.HeaderClassName
{
color: #EED59E;
}
.AnyTagClassName
{
color: #EED59E;
}
</style>
background-color css
<style>
a { background-color: #EED59E; }
a { background-color: rgb(238,213,158); }
div.DivClassName
{
background-color: #EED59E;
}
.BgClassName
{
background-color: #EED59E;
}
</style>
border-color css
<style>
span { border-color: #EED59E; }
span { border-color: rgb(238,213,158); }
td.TdClassName
{
border-color: #EED59E;
}
.TagClassName
{
border-color: #EED59E;
}
</style>