Shades of Splash #EDD398
Tints of Splash #EDD398
RGB
CMYK
RGB Variations
Color information
#EDD398 (or 0xEDD398) is known color: Splash. HEX triplet: ED, D3 and 98. RGB value is (237,211,152). Sum of RGB (Red+Green+Blue) = 237+211+152=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD398 is #122C67. Grayscale: #D4D4D4. Windows color (decimal): -1191016 or 10015725. OLE color: 10015725.
HSL color Cylindrical-coordinate representation of color #EDD398: hue angle of 41.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDD398 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 152 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.07 |
| HSL | 41.65º | 0.7% | 0.76% | - |
| HSV(B) | 41.65º | 0.36% | 0.93% | - |
| XYZ | 63.89 | 66.86 | 39.24 | - |
| YUV | 212.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 152 | 0 | 0.11 | 0.36 | 0.07 | 41.65 | 0.7 | 0.76 |
| Hex | ED | D3 | 98 | 0 | B | 24 | 7 | 2A | 46 | 4C |
| Octal | 355 | 323 | 230 | 0 | 13 | 44 | 7 | 52 | 106 | 114 |
| Binary | 11101101 | 11010011 | 10011000 | 0 | 1011 | 100100 | 111 | 101010 | 1000110 | 1001100 |
Color Harmonies of #EDD398
Complementary color
Monochromatic Colors of #EDD398
Black with #EDD398
Text Example
Text Example
White with #EDD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD398; }
p { color: rgb(237,211,152); }
H1.HeaderClassName
{
color: #EDD398;
}
.AnyTagClassName
{
color: #EDD398;
}
</style>
background-color css
<style>
a { background-color: #EDD398; }
a { background-color: rgb(237,211,152); }
div.DivClassName
{
background-color: #EDD398;
}
.BgClassName
{
background-color: #EDD398;
}
</style>
border-color css
<style>
span { border-color: #EDD398; }
span { border-color: rgb(237,211,152); }
td.TdClassName
{
border-color: #EDD398;
}
.TagClassName
{
border-color: #EDD398;
}
</style>