Shades of Splash #EED99B
Tints of Splash #EED99B
RGB
CMYK
RGB Variations
Color information
#EED99B (or 0xEED99B) is known color: Splash. HEX triplet: EE, D9 and 9B. RGB value is (238,217,155). Sum of RGB (Red+Green+Blue) = 238+217+155=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EED99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED99B is #112664. Grayscale: #D8D8D8. Windows color (decimal): -1123941 or 10213870. OLE color: 10213870.
HSL color Cylindrical-coordinate representation of color #EED99B: hue angle of 44.82º 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 #EED99B is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 155 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.07 |
| HSL | 44.82º | 0.71% | 0.77% | - |
| HSV(B) | 44.82º | 0.35% | 0.93% | - |
| XYZ | 65.99 | 70.17 | 41.08 | - |
| YUV | 216.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 155 | 0 | 0.09 | 0.35 | 0.07 | 44.82 | 0.71 | 0.77 |
| Hex | EE | D9 | 9B | 0 | 9 | 23 | 7 | 2D | 47 | 4D |
| Octal | 356 | 331 | 233 | 0 | 11 | 43 | 7 | 55 | 107 | 115 |
| Binary | 11101110 | 11011001 | 10011011 | 0 | 1001 | 100011 | 111 | 101101 | 1000111 | 1001101 |
Color Harmonies of #EED99B
Complementary color
Monochromatic Colors of #EED99B
Black with #EED99B
Text Example
Text Example
White with #EED99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED99B; }
p { color: rgb(238,217,155); }
H1.HeaderClassName
{
color: #EED99B;
}
.AnyTagClassName
{
color: #EED99B;
}
</style>
background-color css
<style>
a { background-color: #EED99B; }
a { background-color: rgb(238,217,155); }
div.DivClassName
{
background-color: #EED99B;
}
.BgClassName
{
background-color: #EED99B;
}
</style>
border-color css
<style>
span { border-color: #EED99B; }
span { border-color: rgb(238,217,155); }
td.TdClassName
{
border-color: #EED99B;
}
.TagClassName
{
border-color: #EED99B;
}
</style>