Shades of Splash #EFD19B
Tints of Splash #EFD19B
RGB
CMYK
RGB Variations
Color information
#EFD19B (or 0xEFD19B) is known color: Splash. HEX triplet: EF, D1 and 9B. RGB value is (239,209,155). Sum of RGB (Red+Green+Blue) = 239+209+155=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19B is #102E64. Grayscale: #D4D4D4. Windows color (decimal): -1060453 or 10211823. OLE color: 10211823.
HSL color Cylindrical-coordinate representation of color #EFD19B: hue angle of 38.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFD19B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 155 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.06 |
| HSL | 38.57º | 0.72% | 0.77% | - |
| HSV(B) | 38.57º | 0.35% | 0.94% | - |
| XYZ | 64.31 | 66.32 | 40.42 | - |
| YUV | 211.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 155 | 0 | 0.13 | 0.35 | 0.06 | 38.57 | 0.72 | 0.77 |
| Hex | EF | D1 | 9B | 0 | D | 23 | 6 | 27 | 48 | 4D |
| Octal | 357 | 321 | 233 | 0 | 15 | 43 | 6 | 47 | 110 | 115 |
| Binary | 11101111 | 11010001 | 10011011 | 0 | 1101 | 100011 | 110 | 100111 | 1001000 | 1001101 |
Color Harmonies of #EFD19B
Complementary color
Monochromatic Colors of #EFD19B
Black with #EFD19B
Text Example
Text Example
White with #EFD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD19B; }
p { color: rgb(239,209,155); }
H1.HeaderClassName
{
color: #EFD19B;
}
.AnyTagClassName
{
color: #EFD19B;
}
</style>
background-color css
<style>
a { background-color: #EFD19B; }
a { background-color: rgb(239,209,155); }
div.DivClassName
{
background-color: #EFD19B;
}
.BgClassName
{
background-color: #EFD19B;
}
</style>
border-color css
<style>
span { border-color: #EFD19B; }
span { border-color: rgb(239,209,155); }
td.TdClassName
{
border-color: #EFD19B;
}
.TagClassName
{
border-color: #EFD19B;
}
</style>