Shades of Splash #EFD49A
Tints of Splash #EFD49A
RGB
CMYK
RGB Variations
Color information
#EFD49A (or 0xEFD49A) is known color: Splash. HEX triplet: EF, D4 and 9A. RGB value is (239,212,154). Sum of RGB (Red+Green+Blue) = 239+212+154=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD49A is #102B65. Grayscale: #D5D5D5. Windows color (decimal): -1059686 or 10147055. OLE color: 10147055.
HSL color Cylindrical-coordinate representation of color #EFD49A: hue angle of 40.94º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFD49A is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 154 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.06 |
| HSL | 40.94º | 0.73% | 0.77% | - |
| HSV(B) | 40.94º | 0.36% | 0.94% | - |
| XYZ | 64.97 | 67.77 | 40.23 | - |
| YUV | 213.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 154 | 0 | 0.11 | 0.36 | 0.06 | 40.94 | 0.73 | 0.77 |
| Hex | EF | D4 | 9A | 0 | B | 24 | 6 | 29 | 49 | 4D |
| Octal | 357 | 324 | 232 | 0 | 13 | 44 | 6 | 51 | 111 | 115 |
| Binary | 11101111 | 11010100 | 10011010 | 0 | 1011 | 100100 | 110 | 101001 | 1001001 | 1001101 |
Color Harmonies of #EFD49A
Complementary color
Monochromatic Colors of #EFD49A
Black with #EFD49A
Text Example
Text Example
White with #EFD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD49A; }
p { color: rgb(239,212,154); }
H1.HeaderClassName
{
color: #EFD49A;
}
.AnyTagClassName
{
color: #EFD49A;
}
</style>
background-color css
<style>
a { background-color: #EFD49A; }
a { background-color: rgb(239,212,154); }
div.DivClassName
{
background-color: #EFD49A;
}
.BgClassName
{
background-color: #EFD49A;
}
</style>
border-color css
<style>
span { border-color: #EFD49A; }
span { border-color: rgb(239,212,154); }
td.TdClassName
{
border-color: #EFD49A;
}
.TagClassName
{
border-color: #EFD49A;
}
</style>