Shades of Splash #EED592
Tints of Splash #EED592
RGB
CMYK
RGB Variations
Color information
#EED592 (or 0xEED592) is known color: Splash. HEX triplet: EE, D5 and 92. RGB value is (238,213,146). Sum of RGB (Red+Green+Blue) = 238+213+146=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EED592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED592 is #112A6D. Grayscale: #D5D5D5. Windows color (decimal): -1124974 or 9623022. OLE color: 9623022.
HSL color Cylindrical-coordinate representation of color #EED592: hue angle of 43.7º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EED592 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 146 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.07 |
| HSL | 43.7º | 0.73% | 0.75% | - |
| HSV(B) | 43.7º | 0.39% | 0.93% | - |
| XYZ | 64.24 | 67.84 | 36.9 | - |
| YUV | 212.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 146 | 0 | 0.11 | 0.39 | 0.07 | 43.7 | 0.73 | 0.75 |
| Hex | EE | D5 | 92 | 0 | B | 27 | 7 | 2C | 49 | 4B |
| Octal | 356 | 325 | 222 | 0 | 13 | 47 | 7 | 54 | 111 | 113 |
| Binary | 11101110 | 11010101 | 10010010 | 0 | 1011 | 100111 | 111 | 101100 | 1001001 | 1001011 |
Color Harmonies of #EED592
Complementary color
Monochromatic Colors of #EED592
Black with #EED592
Text Example
Text Example
White with #EED592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED592; }
p { color: rgb(238,213,146); }
H1.HeaderClassName
{
color: #EED592;
}
.AnyTagClassName
{
color: #EED592;
}
</style>
background-color css
<style>
a { background-color: #EED592; }
a { background-color: rgb(238,213,146); }
div.DivClassName
{
background-color: #EED592;
}
.BgClassName
{
background-color: #EED592;
}
</style>
border-color css
<style>
span { border-color: #EED592; }
span { border-color: rgb(238,213,146); }
td.TdClassName
{
border-color: #EED592;
}
.TagClassName
{
border-color: #EED592;
}
</style>