Shades of Splash #EED595
Tints of Splash #EED595
RGB
CMYK
RGB Variations
Color information
#EED595 (or 0xEED595) is known color: Splash. HEX triplet: EE, D5 and 95. RGB value is (238,213,149). Sum of RGB (Red+Green+Blue) = 238+213+149=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED595 is #112A6A. Grayscale: #D5D5D5. Windows color (decimal): -1124971 or 9819630. OLE color: 9819630.
HSL color Cylindrical-coordinate representation of color #EED595: hue angle of 43.15º 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 #EED595 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 149 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.07 |
| HSL | 43.15º | 0.72% | 0.76% | - |
| HSV(B) | 43.15º | 0.37% | 0.93% | - |
| XYZ | 64.48 | 67.94 | 38.15 | - |
| YUV | 213.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 149 | 0 | 0.11 | 0.37 | 0.07 | 43.15 | 0.72 | 0.76 |
| Hex | EE | D5 | 95 | 0 | B | 25 | 7 | 2B | 48 | 4C |
| Octal | 356 | 325 | 225 | 0 | 13 | 45 | 7 | 53 | 110 | 114 |
| Binary | 11101110 | 11010101 | 10010101 | 0 | 1011 | 100101 | 111 | 101011 | 1001000 | 1001100 |
Color Harmonies of #EED595
Complementary color
Monochromatic Colors of #EED595
Black with #EED595
Text Example
Text Example
White with #EED595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED595; }
p { color: rgb(238,213,149); }
H1.HeaderClassName
{
color: #EED595;
}
.AnyTagClassName
{
color: #EED595;
}
</style>
background-color css
<style>
a { background-color: #EED595; }
a { background-color: rgb(238,213,149); }
div.DivClassName
{
background-color: #EED595;
}
.BgClassName
{
background-color: #EED595;
}
</style>
border-color css
<style>
span { border-color: #EED595; }
span { border-color: rgb(238,213,149); }
td.TdClassName
{
border-color: #EED595;
}
.TagClassName
{
border-color: #EED595;
}
</style>