Shades of Splash #EDD49A
Tints of Splash #EDD49A
RGB
CMYK
RGB Variations
Color information
#EDD49A (or 0xEDD49A) is known color: Splash. HEX triplet: ED, D4 and 9A. RGB value is (237,212,154). Sum of RGB (Red+Green+Blue) = 237+212+154=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49A is #122B65. Grayscale: #D5D5D5. Windows color (decimal): -1190758 or 10147053. OLE color: 10147053.
HSL color Cylindrical-coordinate representation of color #EDD49A: hue angle of 41.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD49A is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 154 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.93º | 0.7% | 0.77% | - |
| HSV(B) | 41.93º | 0.35% | 0.93% | - |
| XYZ | 64.3 | 67.42 | 40.2 | - |
| YUV | 212.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 154 | 0 | 0.11 | 0.35 | 0.07 | 41.93 | 0.7 | 0.77 |
| Hex | ED | D4 | 9A | 0 | B | 23 | 7 | 2A | 46 | 4D |
| Octal | 355 | 324 | 232 | 0 | 13 | 43 | 7 | 52 | 106 | 115 |
| Binary | 11101101 | 11010100 | 10011010 | 0 | 1011 | 100011 | 111 | 101010 | 1000110 | 1001101 |
Color Harmonies of #EDD49A
Complementary color
Monochromatic Colors of #EDD49A
Black with #EDD49A
Text Example
Text Example
White with #EDD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD49A; }
p { color: rgb(237,212,154); }
H1.HeaderClassName
{
color: #EDD49A;
}
.AnyTagClassName
{
color: #EDD49A;
}
</style>
background-color css
<style>
a { background-color: #EDD49A; }
a { background-color: rgb(237,212,154); }
div.DivClassName
{
background-color: #EDD49A;
}
.BgClassName
{
background-color: #EDD49A;
}
</style>
border-color css
<style>
span { border-color: #EDD49A; }
span { border-color: rgb(237,212,154); }
td.TdClassName
{
border-color: #EDD49A;
}
.TagClassName
{
border-color: #EDD49A;
}
</style>