Shades of Splash #EDD49B
Tints of Splash #EDD49B
RGB
CMYK
RGB Variations
Color information
#EDD49B (or 0xEDD49B) is known color: Splash. HEX triplet: ED, D4 and 9B. RGB value is (237,212,155). Sum of RGB (Red+Green+Blue) = 237+212+155=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49B is #122B64. Grayscale: #D5D5D5. Windows color (decimal): -1190757 or 10212589. OLE color: 10212589.
HSL color Cylindrical-coordinate representation of color #EDD49B: hue angle of 41.71º 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 #EDD49B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 155 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.71º | 0.69% | 0.77% | - |
| HSV(B) | 41.71º | 0.35% | 0.93% | - |
| XYZ | 64.38 | 67.46 | 40.64 | - |
| YUV | 212.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 155 | 0 | 0.11 | 0.35 | 0.07 | 41.71 | 0.69 | 0.77 |
| Hex | ED | D4 | 9B | 0 | B | 23 | 7 | 2A | 45 | 4D |
| Octal | 355 | 324 | 233 | 0 | 13 | 43 | 7 | 52 | 105 | 115 |
| Binary | 11101101 | 11010100 | 10011011 | 0 | 1011 | 100011 | 111 | 101010 | 1000101 | 1001101 |
Color Harmonies of #EDD49B
Complementary color
Monochromatic Colors of #EDD49B
Black with #EDD49B
Text Example
Text Example
White with #EDD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD49B; }
p { color: rgb(237,212,155); }
H1.HeaderClassName
{
color: #EDD49B;
}
.AnyTagClassName
{
color: #EDD49B;
}
</style>
background-color css
<style>
a { background-color: #EDD49B; }
a { background-color: rgb(237,212,155); }
div.DivClassName
{
background-color: #EDD49B;
}
.BgClassName
{
background-color: #EDD49B;
}
</style>
border-color css
<style>
span { border-color: #EDD49B; }
span { border-color: rgb(237,212,155); }
td.TdClassName
{
border-color: #EDD49B;
}
.TagClassName
{
border-color: #EDD49B;
}
</style>