Shades of Splash #EDD7A0
Tints of Splash #EDD7A0
RGB
CMYK
RGB Variations
Color information
#EDD7A0 (or 0xEDD7A0) is known color: Splash. HEX triplet: ED, D7 and A0. RGB value is (237,215,160). Sum of RGB (Red+Green+Blue) = 237+215+160=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD7A0 is #12285F. Grayscale: #D7D7D7. Windows color (decimal): -1189984 or 10541037. OLE color: 10541037.
HSL color Cylindrical-coordinate representation of color #EDD7A0: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDD7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 215 | 160 | - |
CMYK | 0 | 0.09 | 0.32 | 0.07 |
HSL | 42.86º | 0.68% | 0.78% | - |
HSV(B) | 42.86º | 0.32% | 0.93% | - |
XYZ | 65.57 | 69.14 | 43.15 | - |
YUV | 215.31 | 96.79 | 143.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 215 | 160 | 0 | 0.09 | 0.32 | 0.07 | 42.86 | 0.68 | 0.78 |
Hex | ED | D7 | A0 | 0 | 9 | 20 | 7 | 2B | 44 | 4E |
Octal | 355 | 327 | 240 | 0 | 11 | 40 | 7 | 53 | 104 | 116 |
Binary | 11101101 | 11010111 | 10100000 | 0 | 1001 | 100000 | 111 | 101011 | 1000100 | 1001110 |
Color Harmonies of #EDD7A0
Complementary color
Monochromatic Colors of #EDD7A0
Black with #EDD7A0
Text Example
Text Example
White with #EDD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7A0; }
p { color: rgb(237,215,160); }
H1.HeaderClassName
{
color: #EDD7A0;
}
.AnyTagClassName
{
color: #EDD7A0;
}
</style>
background-color css
<style>
a { background-color: #EDD7A0; }
a { background-color: rgb(237,215,160); }
div.DivClassName
{
background-color: #EDD7A0;
}
.BgClassName
{
background-color: #EDD7A0;
}
</style>
border-color css
<style>
span { border-color: #EDD7A0; }
span { border-color: rgb(237,215,160); }
td.TdClassName
{
border-color: #EDD7A0;
}
.TagClassName
{
border-color: #EDD7A0;
}
</style>