Shades of Splash #EADB98
Tints of Splash #EADB98
RGB
CMYK
RGB Variations
Color information
#EADB98 (or 0xEADB98) is known color: Splash. HEX triplet: EA, DB and 98. RGB value is (234,219,152). Sum of RGB (Red+Green+Blue) = 234+219+152=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB98 is #152467. Grayscale: #D8D8D8. Windows color (decimal): -1385576 or 10017770. OLE color: 10017770.
HSL color Cylindrical-coordinate representation of color #EADB98: hue angle of 49.02º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EADB98 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 152 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.08 |
| HSL | 49.02º | 0.66% | 0.76% | - |
| HSV(B) | 49.02º | 0.35% | 0.92% | - |
| XYZ | 64.93 | 70.42 | 39.88 | - |
| YUV | 215.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 152 | 0 | 0.06 | 0.35 | 0.08 | 49.02 | 0.66 | 0.76 |
| Hex | EA | DB | 98 | 0 | 6 | 23 | 8 | 31 | 42 | 4C |
| Octal | 352 | 333 | 230 | 0 | 6 | 43 | 10 | 61 | 102 | 114 |
| Binary | 11101010 | 11011011 | 10011000 | 0 | 110 | 100011 | 1000 | 110001 | 1000010 | 1001100 |
Color Harmonies of #EADB98
Complementary color
Monochromatic Colors of #EADB98
Black with #EADB98
Text Example
Text Example
White with #EADB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB98; }
p { color: rgb(234,219,152); }
H1.HeaderClassName
{
color: #EADB98;
}
.AnyTagClassName
{
color: #EADB98;
}
</style>
background-color css
<style>
a { background-color: #EADB98; }
a { background-color: rgb(234,219,152); }
div.DivClassName
{
background-color: #EADB98;
}
.BgClassName
{
background-color: #EADB98;
}
</style>
border-color css
<style>
span { border-color: #EADB98; }
span { border-color: rgb(234,219,152); }
td.TdClassName
{
border-color: #EADB98;
}
.TagClassName
{
border-color: #EADB98;
}
</style>