Shades of Splash #EFD29C
Tints of Splash #EFD29C
RGB
CMYK
RGB Variations
Color information
#EFD29C (or 0xEFD29C) is known color: Splash. HEX triplet: EF, D2 and 9C. RGB value is (239,210,156). Sum of RGB (Red+Green+Blue) = 239+210+156=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29C is #102D63. Grayscale: #D4D4D4. Windows color (decimal): -1060196 or 10277615. OLE color: 10277615.
HSL color Cylindrical-coordinate representation of color #EFD29C: hue angle of 39.04º 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 #EFD29C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 156 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 39.04º | 0.72% | 0.77% | - |
| HSV(B) | 39.04º | 0.35% | 0.94% | - |
| XYZ | 64.64 | 66.84 | 40.95 | - |
| YUV | 212.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 156 | 0 | 0.12 | 0.35 | 0.06 | 39.04 | 0.72 | 0.77 |
| Hex | EF | D2 | 9C | 0 | C | 23 | 6 | 27 | 48 | 4D |
| Octal | 357 | 322 | 234 | 0 | 14 | 43 | 6 | 47 | 110 | 115 |
| Binary | 11101111 | 11010010 | 10011100 | 0 | 1100 | 100011 | 110 | 100111 | 1001000 | 1001101 |
Color Harmonies of #EFD29C
Complementary color
Monochromatic Colors of #EFD29C
Black with #EFD29C
Text Example
Text Example
White with #EFD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD29C; }
p { color: rgb(239,210,156); }
H1.HeaderClassName
{
color: #EFD29C;
}
.AnyTagClassName
{
color: #EFD29C;
}
</style>
background-color css
<style>
a { background-color: #EFD29C; }
a { background-color: rgb(239,210,156); }
div.DivClassName
{
background-color: #EFD29C;
}
.BgClassName
{
background-color: #EFD29C;
}
</style>
border-color css
<style>
span { border-color: #EFD29C; }
span { border-color: rgb(239,210,156); }
td.TdClassName
{
border-color: #EFD29C;
}
.TagClassName
{
border-color: #EFD29C;
}
</style>