Shades of Splash #EDD29C
Tints of Splash #EDD29C
RGB
CMYK
RGB Variations
Color information
#EDD29C (or 0xEDD29C) is known color: Splash. HEX triplet: ED, D2 and 9C. RGB value is (237,210,156). Sum of RGB (Red+Green+Blue) = 237+210+156=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29C is #122D63. Grayscale: #D4D4D4. Windows color (decimal): -1191268 or 10277613. OLE color: 10277613.
HSL color Cylindrical-coordinate representation of color #EDD29C: hue angle of 40º 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 #EDD29C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 156 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.07 |
| HSL | 40º | 0.69% | 0.77% | - |
| HSV(B) | 40º | 0.34% | 0.93% | - |
| XYZ | 63.97 | 66.5 | 40.92 | - |
| YUV | 211.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 156 | 0 | 0.11 | 0.34 | 0.07 | 40 | 0.69 | 0.77 |
| Hex | ED | D2 | 9C | 0 | B | 22 | 7 | 28 | 45 | 4D |
| Octal | 355 | 322 | 234 | 0 | 13 | 42 | 7 | 50 | 105 | 115 |
| Binary | 11101101 | 11010010 | 10011100 | 0 | 1011 | 100010 | 111 | 101000 | 1000101 | 1001101 |
Color Harmonies of #EDD29C
Complementary color
Monochromatic Colors of #EDD29C
Black with #EDD29C
Text Example
Text Example
White with #EDD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD29C; }
p { color: rgb(237,210,156); }
H1.HeaderClassName
{
color: #EDD29C;
}
.AnyTagClassName
{
color: #EDD29C;
}
</style>
background-color css
<style>
a { background-color: #EDD29C; }
a { background-color: rgb(237,210,156); }
div.DivClassName
{
background-color: #EDD29C;
}
.BgClassName
{
background-color: #EDD29C;
}
</style>
border-color css
<style>
span { border-color: #EDD29C; }
span { border-color: rgb(237,210,156); }
td.TdClassName
{
border-color: #EDD29C;
}
.TagClassName
{
border-color: #EDD29C;
}
</style>