Shades of Splash #EDD699
Tints of Splash #EDD699
RGB
CMYK
RGB Variations
Color information
#EDD699 (or 0xEDD699) is known color: Splash. HEX triplet: ED, D6 and 99. RGB value is (237,214,153). Sum of RGB (Red+Green+Blue) = 237+214+153=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD699 is #122966. Grayscale: #D6D6D6. Windows color (decimal): -1190247 or 10082029. OLE color: 10082029.
HSL color Cylindrical-coordinate representation of color #EDD699: hue angle of 43.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD699 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 153 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.07 |
| HSL | 43.57º | 0.7% | 0.76% | - |
| HSV(B) | 43.57º | 0.35% | 0.93% | - |
| XYZ | 64.72 | 68.4 | 39.93 | - |
| YUV | 213.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 153 | 0 | 0.10 | 0.35 | 0.07 | 43.57 | 0.7 | 0.76 |
| Hex | ED | D6 | 99 | 0 | A | 23 | 7 | 2C | 46 | 4C |
| Octal | 355 | 326 | 231 | 0 | 12 | 43 | 7 | 54 | 106 | 114 |
| Binary | 11101101 | 11010110 | 10011001 | 0 | 1010 | 100011 | 111 | 101100 | 1000110 | 1001100 |
Color Harmonies of #EDD699
Complementary color
Monochromatic Colors of #EDD699
Black with #EDD699
Text Example
Text Example
White with #EDD699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD699; }
p { color: rgb(237,214,153); }
H1.HeaderClassName
{
color: #EDD699;
}
.AnyTagClassName
{
color: #EDD699;
}
</style>
background-color css
<style>
a { background-color: #EDD699; }
a { background-color: rgb(237,214,153); }
div.DivClassName
{
background-color: #EDD699;
}
.BgClassName
{
background-color: #EDD699;
}
</style>
border-color css
<style>
span { border-color: #EDD699; }
span { border-color: rgb(237,214,153); }
td.TdClassName
{
border-color: #EDD699;
}
.TagClassName
{
border-color: #EDD699;
}
</style>