Shades of Splash #EDD69F
Tints of Splash #EDD69F
RGB
CMYK
RGB Variations
Color information
#EDD69F (or 0xEDD69F) is known color: Splash. HEX triplet: ED, D6 and 9F. RGB value is (237,214,159). Sum of RGB (Red+Green+Blue) = 237+214+159=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD69F is #122960. Grayscale: #D6D6D6. Windows color (decimal): -1190241 or 10475245. OLE color: 10475245.
HSL color Cylindrical-coordinate representation of color #EDD69F: hue angle of 42.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDD69F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 159 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.07 |
| HSL | 42.31º | 0.68% | 0.78% | - |
| HSV(B) | 42.31º | 0.33% | 0.93% | - |
| XYZ | 65.23 | 68.6 | 42.6 | - |
| YUV | 214.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 159 | 0 | 0.10 | 0.33 | 0.07 | 42.31 | 0.68 | 0.78 |
| Hex | ED | D6 | 9F | 0 | A | 21 | 7 | 2A | 44 | 4E |
| Octal | 355 | 326 | 237 | 0 | 12 | 41 | 7 | 52 | 104 | 116 |
| Binary | 11101101 | 11010110 | 10011111 | 0 | 1010 | 100001 | 111 | 101010 | 1000100 | 1001110 |
Color Harmonies of #EDD69F
Complementary color
Monochromatic Colors of #EDD69F
Black with #EDD69F
Text Example
Text Example
White with #EDD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD69F; }
p { color: rgb(237,214,159); }
H1.HeaderClassName
{
color: #EDD69F;
}
.AnyTagClassName
{
color: #EDD69F;
}
</style>
background-color css
<style>
a { background-color: #EDD69F; }
a { background-color: rgb(237,214,159); }
div.DivClassName
{
background-color: #EDD69F;
}
.BgClassName
{
background-color: #EDD69F;
}
</style>
border-color css
<style>
span { border-color: #EDD69F; }
span { border-color: rgb(237,214,159); }
td.TdClassName
{
border-color: #EDD69F;
}
.TagClassName
{
border-color: #EDD69F;
}
</style>