Shades of Splash #EFD29A
Tints of Splash #EFD29A
RGB
CMYK
RGB Variations
Color information
#EFD29A (or 0xEFD29A) is known color: Splash. HEX triplet: EF, D2 and 9A. RGB value is (239,210,154). Sum of RGB (Red+Green+Blue) = 239+210+154=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29A is #102D65. Grayscale: #D4D4D4. Windows color (decimal): -1060198 or 10146543. OLE color: 10146543.
HSL color Cylindrical-coordinate representation of color #EFD29A: hue angle of 39.53º 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 #EFD29A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 154 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.06 |
| HSL | 39.53º | 0.73% | 0.77% | - |
| HSV(B) | 39.53º | 0.36% | 0.94% | - |
| XYZ | 64.48 | 66.78 | 40.06 | - |
| YUV | 212.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 154 | 0 | 0.12 | 0.36 | 0.06 | 39.53 | 0.73 | 0.77 |
| Hex | EF | D2 | 9A | 0 | C | 24 | 6 | 28 | 49 | 4D |
| Octal | 357 | 322 | 232 | 0 | 14 | 44 | 6 | 50 | 111 | 115 |
| Binary | 11101111 | 11010010 | 10011010 | 0 | 1100 | 100100 | 110 | 101000 | 1001001 | 1001101 |
Color Harmonies of #EFD29A
Complementary color
Monochromatic Colors of #EFD29A
Black with #EFD29A
Text Example
Text Example
White with #EFD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD29A; }
p { color: rgb(239,210,154); }
H1.HeaderClassName
{
color: #EFD29A;
}
.AnyTagClassName
{
color: #EFD29A;
}
</style>
background-color css
<style>
a { background-color: #EFD29A; }
a { background-color: rgb(239,210,154); }
div.DivClassName
{
background-color: #EFD29A;
}
.BgClassName
{
background-color: #EFD29A;
}
</style>
border-color css
<style>
span { border-color: #EFD29A; }
span { border-color: rgb(239,210,154); }
td.TdClassName
{
border-color: #EFD29A;
}
.TagClassName
{
border-color: #EFD29A;
}
</style>