Shades of Splash #EFD493
Tints of Splash #EFD493
RGB
CMYK
RGB Variations
Color information
#EFD493 (or 0xEFD493) is known color: Splash. HEX triplet: EF, D4 and 93. RGB value is (239,212,147). Sum of RGB (Red+Green+Blue) = 239+212+147=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD493 is #102B6C. Grayscale: #D4D4D4. Windows color (decimal): -1059693 or 9688303. OLE color: 9688303.
HSL color Cylindrical-coordinate representation of color #EFD493: hue angle of 42.39º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD493 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 147 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.06 |
| HSL | 42.39º | 0.74% | 0.76% | - |
| HSV(B) | 42.39º | 0.38% | 0.94% | - |
| XYZ | 64.41 | 67.54 | 37.25 | - |
| YUV | 212.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 147 | 0 | 0.11 | 0.38 | 0.06 | 42.39 | 0.74 | 0.76 |
| Hex | EF | D4 | 93 | 0 | B | 26 | 6 | 2A | 4A | 4C |
| Octal | 357 | 324 | 223 | 0 | 13 | 46 | 6 | 52 | 112 | 114 |
| Binary | 11101111 | 11010100 | 10010011 | 0 | 1011 | 100110 | 110 | 101010 | 1001010 | 1001100 |
Color Harmonies of #EFD493
Complementary color
Monochromatic Colors of #EFD493
Black with #EFD493
Text Example
Text Example
White with #EFD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD493; }
p { color: rgb(239,212,147); }
H1.HeaderClassName
{
color: #EFD493;
}
.AnyTagClassName
{
color: #EFD493;
}
</style>
background-color css
<style>
a { background-color: #EFD493; }
a { background-color: rgb(239,212,147); }
div.DivClassName
{
background-color: #EFD493;
}
.BgClassName
{
background-color: #EFD493;
}
</style>
border-color css
<style>
span { border-color: #EFD493; }
span { border-color: rgb(239,212,147); }
td.TdClassName
{
border-color: #EFD493;
}
.TagClassName
{
border-color: #EFD493;
}
</style>