Shades of Splash #EED690
Tints of Splash #EED690
RGB
CMYK
RGB Variations
Color information
#EED690 (or 0xEED690) is known color: Splash. HEX triplet: EE, D6 and 90. RGB value is (238,214,144). Sum of RGB (Red+Green+Blue) = 238+214+144=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED690 is #11296F. Grayscale: #D5D5D5. Windows color (decimal): -1124720 or 9492206. OLE color: 9492206.
HSL color Cylindrical-coordinate representation of color #EED690: hue angle of 44.68º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EED690 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 144 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.07 |
| HSL | 44.68º | 0.73% | 0.75% | - |
| HSV(B) | 44.68º | 0.39% | 0.93% | - |
| XYZ | 64.34 | 68.28 | 36.17 | - |
| YUV | 213.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 144 | 0 | 0.10 | 0.39 | 0.07 | 44.68 | 0.73 | 0.75 |
| Hex | EE | D6 | 90 | 0 | A | 27 | 7 | 2D | 49 | 4B |
| Octal | 356 | 326 | 220 | 0 | 12 | 47 | 7 | 55 | 111 | 113 |
| Binary | 11101110 | 11010110 | 10010000 | 0 | 1010 | 100111 | 111 | 101101 | 1001001 | 1001011 |
Color Harmonies of #EED690
Complementary color
Monochromatic Colors of #EED690
Black with #EED690
Text Example
Text Example
White with #EED690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED690; }
p { color: rgb(238,214,144); }
H1.HeaderClassName
{
color: #EED690;
}
.AnyTagClassName
{
color: #EED690;
}
</style>
background-color css
<style>
a { background-color: #EED690; }
a { background-color: rgb(238,214,144); }
div.DivClassName
{
background-color: #EED690;
}
.BgClassName
{
background-color: #EED690;
}
</style>
border-color css
<style>
span { border-color: #EED690; }
span { border-color: rgb(238,214,144); }
td.TdClassName
{
border-color: #EED690;
}
.TagClassName
{
border-color: #EED690;
}
</style>