Shades of Splash #EDDD9B
Tints of Splash #EDDD9B
RGB
CMYK
RGB Variations
Color information
#EDDD9B (or 0xEDDD9B) is known color: Splash. HEX triplet: ED, DD and 9B. RGB value is (237,221,155). Sum of RGB (Red+Green+Blue) = 237+221+155=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9B is #122264. Grayscale: #DADADA. Windows color (decimal): -1188453 or 10214893. OLE color: 10214893.
HSL color Cylindrical-coordinate representation of color #EDDD9B: hue angle of 48.29º degrees, saturation: 0.69, 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 #EDDD9B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 155 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 48.29º | 0.69% | 0.77% | - |
| HSV(B) | 48.29º | 0.35% | 0.93% | - |
| XYZ | 66.7 | 72.08 | 41.41 | - |
| YUV | 218.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 155 | 0 | 0.07 | 0.35 | 0.07 | 48.29 | 0.69 | 0.77 |
| Hex | ED | DD | 9B | 0 | 7 | 23 | 7 | 30 | 45 | 4D |
| Octal | 355 | 335 | 233 | 0 | 7 | 43 | 7 | 60 | 105 | 115 |
| Binary | 11101101 | 11011101 | 10011011 | 0 | 111 | 100011 | 111 | 110000 | 1000101 | 1001101 |
Color Harmonies of #EDDD9B
Complementary color
Monochromatic Colors of #EDDD9B
Black with #EDDD9B
Text Example
Text Example
White with #EDDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD9B; }
p { color: rgb(237,221,155); }
H1.HeaderClassName
{
color: #EDDD9B;
}
.AnyTagClassName
{
color: #EDDD9B;
}
</style>
background-color css
<style>
a { background-color: #EDDD9B; }
a { background-color: rgb(237,221,155); }
div.DivClassName
{
background-color: #EDDD9B;
}
.BgClassName
{
background-color: #EDDD9B;
}
</style>
border-color css
<style>
span { border-color: #EDDD9B; }
span { border-color: rgb(237,221,155); }
td.TdClassName
{
border-color: #EDDD9B;
}
.TagClassName
{
border-color: #EDDD9B;
}
</style>