Shades of Splash #EFD690
Tints of Splash #EFD690
RGB
CMYK
RGB Variations
Color information
#EFD690 (or 0xEFD690) is known color: Splash. HEX triplet: EF, D6 and 90. RGB value is (239,214,144). Sum of RGB (Red+Green+Blue) = 239+214+144=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD690 is #10296F. Grayscale: #D5D5D5. Windows color (decimal): -1059184 or 9492207. OLE color: 9492207.
HSL color Cylindrical-coordinate representation of color #EFD690: hue angle of 44.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFD690 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 144 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.06 |
| HSL | 44.21º | 0.75% | 0.75% | - |
| HSV(B) | 44.21º | 0.4% | 0.94% | - |
| XYZ | 64.68 | 68.46 | 36.19 | - |
| YUV | 213.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 144 | 0 | 0.10 | 0.40 | 0.06 | 44.21 | 0.75 | 0.75 |
| Hex | EF | D6 | 90 | 0 | A | 28 | 6 | 2C | 4B | 4B |
| Octal | 357 | 326 | 220 | 0 | 12 | 50 | 6 | 54 | 113 | 113 |
| Binary | 11101111 | 11010110 | 10010000 | 0 | 1010 | 101000 | 110 | 101100 | 1001011 | 1001011 |
Color Harmonies of #EFD690
Complementary color
Monochromatic Colors of #EFD690
Black with #EFD690
Text Example
Text Example
White with #EFD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD690; }
p { color: rgb(239,214,144); }
H1.HeaderClassName
{
color: #EFD690;
}
.AnyTagClassName
{
color: #EFD690;
}
</style>
background-color css
<style>
a { background-color: #EFD690; }
a { background-color: rgb(239,214,144); }
div.DivClassName
{
background-color: #EFD690;
}
.BgClassName
{
background-color: #EFD690;
}
</style>
border-color css
<style>
span { border-color: #EFD690; }
span { border-color: rgb(239,214,144); }
td.TdClassName
{
border-color: #EFD690;
}
.TagClassName
{
border-color: #EFD690;
}
</style>