Shades of Splash #EED59B
Tints of Splash #EED59B
RGB
CMYK
RGB Variations
Color information
#EED59B (or 0xEED59B) is known color: Splash. HEX triplet: EE, D5 and 9B. RGB value is (238,213,155). Sum of RGB (Red+Green+Blue) = 238+213+155=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED59B is #112A64. Grayscale: #D6D6D6. Windows color (decimal): -1124965 or 10212846. OLE color: 10212846.
HSL color Cylindrical-coordinate representation of color #EED59B: hue angle of 41.93º 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 #EED59B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 155 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.93º | 0.71% | 0.77% | - |
| HSV(B) | 41.93º | 0.35% | 0.93% | - |
| XYZ | 64.97 | 68.13 | 40.74 | - |
| YUV | 213.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 155 | 0 | 0.11 | 0.35 | 0.07 | 41.93 | 0.71 | 0.77 |
| Hex | EE | D5 | 9B | 0 | B | 23 | 7 | 2A | 47 | 4D |
| Octal | 356 | 325 | 233 | 0 | 13 | 43 | 7 | 52 | 107 | 115 |
| Binary | 11101110 | 11010101 | 10011011 | 0 | 1011 | 100011 | 111 | 101010 | 1000111 | 1001101 |
Color Harmonies of #EED59B
Complementary color
Monochromatic Colors of #EED59B
Black with #EED59B
Text Example
Text Example
White with #EED59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED59B; }
p { color: rgb(238,213,155); }
H1.HeaderClassName
{
color: #EED59B;
}
.AnyTagClassName
{
color: #EED59B;
}
</style>
background-color css
<style>
a { background-color: #EED59B; }
a { background-color: rgb(238,213,155); }
div.DivClassName
{
background-color: #EED59B;
}
.BgClassName
{
background-color: #EED59B;
}
</style>
border-color css
<style>
span { border-color: #EED59B; }
span { border-color: rgb(238,213,155); }
td.TdClassName
{
border-color: #EED59B;
}
.TagClassName
{
border-color: #EED59B;
}
</style>