Shades of Splash #EDD69C
Tints of Splash #EDD69C
RGB
CMYK
RGB Variations
Color information
#EDD69C (or 0xEDD69C) is known color: Splash. HEX triplet: ED, D6 and 9C. RGB value is (237,214,156). Sum of RGB (Red+Green+Blue) = 237+214+156=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD69C is #122963. Grayscale: #D6D6D6. Windows color (decimal): -1190244 or 10278637. OLE color: 10278637.
HSL color Cylindrical-coordinate representation of color #EDD69C: hue angle of 42.96º 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 #EDD69C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 156 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.07 |
| HSL | 42.96º | 0.69% | 0.77% | - |
| HSV(B) | 42.96º | 0.34% | 0.93% | - |
| XYZ | 64.97 | 68.5 | 41.25 | - |
| YUV | 214.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 156 | 0 | 0.10 | 0.34 | 0.07 | 42.96 | 0.69 | 0.77 |
| Hex | ED | D6 | 9C | 0 | A | 22 | 7 | 2B | 45 | 4D |
| Octal | 355 | 326 | 234 | 0 | 12 | 42 | 7 | 53 | 105 | 115 |
| Binary | 11101101 | 11010110 | 10011100 | 0 | 1010 | 100010 | 111 | 101011 | 1000101 | 1001101 |
Color Harmonies of #EDD69C
Complementary color
Monochromatic Colors of #EDD69C
Black with #EDD69C
Text Example
Text Example
White with #EDD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD69C; }
p { color: rgb(237,214,156); }
H1.HeaderClassName
{
color: #EDD69C;
}
.AnyTagClassName
{
color: #EDD69C;
}
</style>
background-color css
<style>
a { background-color: #EDD69C; }
a { background-color: rgb(237,214,156); }
div.DivClassName
{
background-color: #EDD69C;
}
.BgClassName
{
background-color: #EDD69C;
}
</style>
border-color css
<style>
span { border-color: #EDD69C; }
span { border-color: rgb(237,214,156); }
td.TdClassName
{
border-color: #EDD69C;
}
.TagClassName
{
border-color: #EDD69C;
}
</style>