Shades of Splash #EED396
Tints of Splash #EED396
RGB
CMYK
RGB Variations
Color information
#EED396 (or 0xEED396) is known color: Splash. HEX triplet: EE, D3 and 96. RGB value is (238,211,150). Sum of RGB (Red+Green+Blue) = 238+211+150=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED396 is #112C69. Grayscale: #D4D4D4. Windows color (decimal): -1125482 or 9884654. OLE color: 9884654.
HSL color Cylindrical-coordinate representation of color #EED396: hue angle of 41.59º 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 #EED396 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 150 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.07 |
| HSL | 41.59º | 0.72% | 0.76% | - |
| HSV(B) | 41.59º | 0.37% | 0.93% | - |
| XYZ | 64.06 | 66.97 | 38.4 | - |
| YUV | 212.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 150 | 0 | 0.11 | 0.37 | 0.07 | 41.59 | 0.72 | 0.76 |
| Hex | EE | D3 | 96 | 0 | B | 25 | 7 | 2A | 48 | 4C |
| Octal | 356 | 323 | 226 | 0 | 13 | 45 | 7 | 52 | 110 | 114 |
| Binary | 11101110 | 11010011 | 10010110 | 0 | 1011 | 100101 | 111 | 101010 | 1001000 | 1001100 |
Color Harmonies of #EED396
Complementary color
Monochromatic Colors of #EED396
Black with #EED396
Text Example
Text Example
White with #EED396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED396; }
p { color: rgb(238,211,150); }
H1.HeaderClassName
{
color: #EED396;
}
.AnyTagClassName
{
color: #EED396;
}
</style>
background-color css
<style>
a { background-color: #EED396; }
a { background-color: rgb(238,211,150); }
div.DivClassName
{
background-color: #EED396;
}
.BgClassName
{
background-color: #EED396;
}
</style>
border-color css
<style>
span { border-color: #EED396; }
span { border-color: rgb(238,211,150); }
td.TdClassName
{
border-color: #EED396;
}
.TagClassName
{
border-color: #EED396;
}
</style>