Shades of Splash #EED49B
Tints of Splash #EED49B
RGB
CMYK
RGB Variations
Color information
#EED49B (or 0xEED49B) is known color: Splash. HEX triplet: EE, D4 and 9B. RGB value is (238,212,155). Sum of RGB (Red+Green+Blue) = 238+212+155=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49B is #112B64. Grayscale: #D5D5D5. Windows color (decimal): -1125221 or 10212590. OLE color: 10212590.
HSL color Cylindrical-coordinate representation of color #EED49B: hue angle of 41.2º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EED49B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 155 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.2º | 0.71% | 0.77% | - |
| HSV(B) | 41.2º | 0.35% | 0.93% | - |
| XYZ | 64.72 | 67.63 | 40.65 | - |
| YUV | 213.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 155 | 0 | 0.11 | 0.35 | 0.07 | 41.2 | 0.71 | 0.77 |
| Hex | EE | D4 | 9B | 0 | B | 23 | 7 | 29 | 47 | 4D |
| Octal | 356 | 324 | 233 | 0 | 13 | 43 | 7 | 51 | 107 | 115 |
| Binary | 11101110 | 11010100 | 10011011 | 0 | 1011 | 100011 | 111 | 101001 | 1000111 | 1001101 |
Color Harmonies of #EED49B
Complementary color
Monochromatic Colors of #EED49B
Black with #EED49B
Text Example
Text Example
White with #EED49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED49B; }
p { color: rgb(238,212,155); }
H1.HeaderClassName
{
color: #EED49B;
}
.AnyTagClassName
{
color: #EED49B;
}
</style>
background-color css
<style>
a { background-color: #EED49B; }
a { background-color: rgb(238,212,155); }
div.DivClassName
{
background-color: #EED49B;
}
.BgClassName
{
background-color: #EED49B;
}
</style>
border-color css
<style>
span { border-color: #EED49B; }
span { border-color: rgb(238,212,155); }
td.TdClassName
{
border-color: #EED49B;
}
.TagClassName
{
border-color: #EED49B;
}
</style>