Shades of Splash #EDDE9C
Tints of Splash #EDDE9C
RGB
CMYK
RGB Variations
Color information
#EDDE9C (or 0xEDDE9C) is known color: Splash. HEX triplet: ED, DE and 9C. RGB value is (237,222,156). Sum of RGB (Red+Green+Blue) = 237+222+156=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE9C is #122163. Grayscale: #DBDBDB. Windows color (decimal): -1188196 or 10280685. OLE color: 10280685.
HSL color Cylindrical-coordinate representation of color #EDDE9C: hue angle of 48.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDDE9C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 156 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.07 |
| HSL | 48.89º | 0.69% | 0.77% | - |
| HSV(B) | 48.89º | 0.34% | 0.93% | - |
| XYZ | 67.05 | 72.65 | 41.94 | - |
| YUV | 218.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 156 | 0 | 0.06 | 0.34 | 0.07 | 48.89 | 0.69 | 0.77 |
| Hex | ED | DE | 9C | 0 | 6 | 22 | 7 | 31 | 45 | 4D |
| Octal | 355 | 336 | 234 | 0 | 6 | 42 | 7 | 61 | 105 | 115 |
| Binary | 11101101 | 11011110 | 10011100 | 0 | 110 | 100010 | 111 | 110001 | 1000101 | 1001101 |
Color Harmonies of #EDDE9C
Complementary color
Monochromatic Colors of #EDDE9C
Black with #EDDE9C
Text Example
Text Example
White with #EDDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE9C; }
p { color: rgb(237,222,156); }
H1.HeaderClassName
{
color: #EDDE9C;
}
.AnyTagClassName
{
color: #EDDE9C;
}
</style>
background-color css
<style>
a { background-color: #EDDE9C; }
a { background-color: rgb(237,222,156); }
div.DivClassName
{
background-color: #EDDE9C;
}
.BgClassName
{
background-color: #EDDE9C;
}
</style>
border-color css
<style>
span { border-color: #EDDE9C; }
span { border-color: rgb(237,222,156); }
td.TdClassName
{
border-color: #EDDE9C;
}
.TagClassName
{
border-color: #EDDE9C;
}
</style>