Shades of Splash #EDD594
Tints of Splash #EDD594
RGB
CMYK
RGB Variations
Color information
#EDD594 (or 0xEDD594) is known color: Splash. HEX triplet: ED, D5 and 94. RGB value is (237,213,148). Sum of RGB (Red+Green+Blue) = 237+213+148=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD594 is #122A6B. Grayscale: #D5D5D5. Windows color (decimal): -1190508 or 9754093. OLE color: 9754093.
HSL color Cylindrical-coordinate representation of color #EDD594: hue angle of 43.82º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDD594 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 148 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.07 |
| HSL | 43.82º | 0.71% | 0.75% | - |
| HSV(B) | 43.82º | 0.38% | 0.93% | - |
| XYZ | 64.06 | 67.73 | 37.71 | - |
| YUV | 212.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 148 | 0 | 0.10 | 0.38 | 0.07 | 43.82 | 0.71 | 0.75 |
| Hex | ED | D5 | 94 | 0 | A | 26 | 7 | 2C | 47 | 4B |
| Octal | 355 | 325 | 224 | 0 | 12 | 46 | 7 | 54 | 107 | 113 |
| Binary | 11101101 | 11010101 | 10010100 | 0 | 1010 | 100110 | 111 | 101100 | 1000111 | 1001011 |
Color Harmonies of #EDD594
Complementary color
Monochromatic Colors of #EDD594
Black with #EDD594
Text Example
Text Example
White with #EDD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD594; }
p { color: rgb(237,213,148); }
H1.HeaderClassName
{
color: #EDD594;
}
.AnyTagClassName
{
color: #EDD594;
}
</style>
background-color css
<style>
a { background-color: #EDD594; }
a { background-color: rgb(237,213,148); }
div.DivClassName
{
background-color: #EDD594;
}
.BgClassName
{
background-color: #EDD594;
}
</style>
border-color css
<style>
span { border-color: #EDD594; }
span { border-color: rgb(237,213,148); }
td.TdClassName
{
border-color: #EDD594;
}
.TagClassName
{
border-color: #EDD594;
}
</style>