Shades of Spring Sun #EFEFBF
Tints of Spring Sun #EFEFBF
RGB
CMYK
RGB Variations
Color information
#EFEFBF (or 0xEFEFBF) is known color: Spring Sun. HEX triplet: EF, EF and BF. RGB value is (239,239,191). Sum of RGB (Red+Green+Blue) = 239+239+191=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBF is #101040. Grayscale: #E9E9E9. Windows color (decimal): -1052737 or 12578799. OLE color: 12578799.
HSL color Cylindrical-coordinate representation of color #EFEFBF: hue angle of 60º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFEFBF is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 191 | - |
| CMYK | 0 | 0 | 0.20 | 0.06 |
| HSL | 60º | 0.6% | 0.84% | - |
| HSV(B) | 60º | 0.2% | 0.94% | - |
| XYZ | 75.87 | 83.85 | 61.48 | - |
| YUV | 233.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 191 | 0 | 0 | 0.20 | 0.06 | 60 | 0.6 | 0.84 |
| Hex | EF | EF | BF | 0 | 0 | 14 | 6 | 3C | 3C | 54 |
| Octal | 357 | 357 | 277 | 0 | 0 | 24 | 6 | 74 | 74 | 124 |
| Binary | 11101111 | 11101111 | 10111111 | 0 | 0 | 10100 | 110 | 111100 | 111100 | 1010100 |
Color Harmonies of #EFEFBF
Complementary color
Monochromatic Colors of #EFEFBF
Black with #EFEFBF
Text Example
Text Example
White with #EFEFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFBF; }
p { color: rgb(239,239,191); }
H1.HeaderClassName
{
color: #EFEFBF;
}
.AnyTagClassName
{
color: #EFEFBF;
}
</style>
background-color css
<style>
a { background-color: #EFEFBF; }
a { background-color: rgb(239,239,191); }
div.DivClassName
{
background-color: #EFEFBF;
}
.BgClassName
{
background-color: #EFEFBF;
}
</style>
border-color css
<style>
span { border-color: #EFEFBF; }
span { border-color: rgb(239,239,191); }
td.TdClassName
{
border-color: #EFEFBF;
}
.TagClassName
{
border-color: #EFEFBF;
}
</style>