Shades of Splash #EDDC9F
Tints of Splash #EDDC9F
RGB
CMYK
RGB Variations
Color information
#EDDC9F (or 0xEDDC9F) is known color: Splash. HEX triplet: ED, DC and 9F. RGB value is (237,220,159). Sum of RGB (Red+Green+Blue) = 237+220+159=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC9F is #122360. Grayscale: #DADADA. Windows color (decimal): -1188705 or 10476781. OLE color: 10476781.
HSL color Cylindrical-coordinate representation of color #EDDC9F: hue angle of 46.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDDC9F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 159 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.07 |
| HSL | 46.92º | 0.68% | 0.78% | - |
| HSV(B) | 46.92º | 0.33% | 0.93% | - |
| XYZ | 66.78 | 71.69 | 43.12 | - |
| YUV | 218.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 159 | 0 | 0.07 | 0.33 | 0.07 | 46.92 | 0.68 | 0.78 |
| Hex | ED | DC | 9F | 0 | 7 | 21 | 7 | 2F | 44 | 4E |
| Octal | 355 | 334 | 237 | 0 | 7 | 41 | 7 | 57 | 104 | 116 |
| Binary | 11101101 | 11011100 | 10011111 | 0 | 111 | 100001 | 111 | 101111 | 1000100 | 1001110 |
Color Harmonies of #EDDC9F
Complementary color
Monochromatic Colors of #EDDC9F
Black with #EDDC9F
Text Example
Text Example
White with #EDDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC9F; }
p { color: rgb(237,220,159); }
H1.HeaderClassName
{
color: #EDDC9F;
}
.AnyTagClassName
{
color: #EDDC9F;
}
</style>
background-color css
<style>
a { background-color: #EDDC9F; }
a { background-color: rgb(237,220,159); }
div.DivClassName
{
background-color: #EDDC9F;
}
.BgClassName
{
background-color: #EDDC9F;
}
</style>
border-color css
<style>
span { border-color: #EDDC9F; }
span { border-color: rgb(237,220,159); }
td.TdClassName
{
border-color: #EDDC9F;
}
.TagClassName
{
border-color: #EDDC9F;
}
</style>