Shades of Splash #EED79D
Tints of Splash #EED79D
RGB
CMYK
RGB Variations
Color information
#EED79D (or 0xEED79D) is known color: Splash. HEX triplet: EE, D7 and 9D. RGB value is (238,215,157). Sum of RGB (Red+Green+Blue) = 238+215+157=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79D is #112862. Grayscale: #D7D7D7. Windows color (decimal): -1124451 or 10344430. OLE color: 10344430.
HSL color Cylindrical-coordinate representation of color #EED79D: hue angle of 42.96º degrees, saturation: 0.7, 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 #EED79D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 157 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.07 |
| HSL | 42.96º | 0.7% | 0.77% | - |
| HSV(B) | 42.96º | 0.34% | 0.93% | - |
| XYZ | 65.65 | 69.21 | 41.8 | - |
| YUV | 215.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 157 | 0 | 0.10 | 0.34 | 0.07 | 42.96 | 0.7 | 0.77 |
| Hex | EE | D7 | 9D | 0 | A | 22 | 7 | 2B | 46 | 4D |
| Octal | 356 | 327 | 235 | 0 | 12 | 42 | 7 | 53 | 106 | 115 |
| Binary | 11101110 | 11010111 | 10011101 | 0 | 1010 | 100010 | 111 | 101011 | 1000110 | 1001101 |
Color Harmonies of #EED79D
Complementary color
Monochromatic Colors of #EED79D
Black with #EED79D
Text Example
Text Example
White with #EED79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED79D; }
p { color: rgb(238,215,157); }
H1.HeaderClassName
{
color: #EED79D;
}
.AnyTagClassName
{
color: #EED79D;
}
</style>
background-color css
<style>
a { background-color: #EED79D; }
a { background-color: rgb(238,215,157); }
div.DivClassName
{
background-color: #EED79D;
}
.BgClassName
{
background-color: #EED79D;
}
</style>
border-color css
<style>
span { border-color: #EED79D; }
span { border-color: rgb(238,215,157); }
td.TdClassName
{
border-color: #EED79D;
}
.TagClassName
{
border-color: #EED79D;
}
</style>