Shades of Splash #EED395
Tints of Splash #EED395
RGB
CMYK
RGB Variations
Color information
#EED395 (or 0xEED395) is known color: Splash. HEX triplet: EE, D3 and 95. RGB value is (238,211,149). Sum of RGB (Red+Green+Blue) = 238+211+149=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED395 is #112C6A. Grayscale: #D4D4D4. Windows color (decimal): -1125483 or 9819118. OLE color: 9819118.
HSL color Cylindrical-coordinate representation of color #EED395: hue angle of 41.8º 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 #EED395 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 149 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.07 |
| HSL | 41.8º | 0.72% | 0.76% | - |
| HSV(B) | 41.8º | 0.37% | 0.93% | - |
| XYZ | 63.98 | 66.94 | 37.98 | - |
| YUV | 212.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 149 | 0 | 0.11 | 0.37 | 0.07 | 41.8 | 0.72 | 0.76 |
| Hex | EE | D3 | 95 | 0 | B | 25 | 7 | 2A | 48 | 4C |
| Octal | 356 | 323 | 225 | 0 | 13 | 45 | 7 | 52 | 110 | 114 |
| Binary | 11101110 | 11010011 | 10010101 | 0 | 1011 | 100101 | 111 | 101010 | 1001000 | 1001100 |
Color Harmonies of #EED395
Complementary color
Monochromatic Colors of #EED395
Black with #EED395
Text Example
Text Example
White with #EED395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED395; }
p { color: rgb(238,211,149); }
H1.HeaderClassName
{
color: #EED395;
}
.AnyTagClassName
{
color: #EED395;
}
</style>
background-color css
<style>
a { background-color: #EED395; }
a { background-color: rgb(238,211,149); }
div.DivClassName
{
background-color: #EED395;
}
.BgClassName
{
background-color: #EED395;
}
</style>
border-color css
<style>
span { border-color: #EED395; }
span { border-color: rgb(238,211,149); }
td.TdClassName
{
border-color: #EED395;
}
.TagClassName
{
border-color: #EED395;
}
</style>