Shades of Spring Sun #EFEFBE
Tints of Spring Sun #EFEFBE
RGB
CMYK
RGB Variations
Color information
#EFEFBE (or 0xEFEFBE) is known color: Spring Sun. HEX triplet: EF, EF and BE. RGB value is (239,239,190). Sum of RGB (Red+Green+Blue) = 239+239+190=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBE is #101041. Grayscale: #E9E9E9. Windows color (decimal): -1052738 or 12513263. OLE color: 12513263.
HSL color Cylindrical-coordinate representation of color #EFEFBE: 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.21%. Process color model (Four color, CMYK) of #EFEFBE is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 190 | - |
| CMYK | 0 | 0 | 0.21 | 0.06 |
| HSL | 60º | 0.6% | 0.84% | - |
| HSV(B) | 60º | 0.21% | 0.94% | - |
| XYZ | 75.76 | 83.8 | 60.9 | - |
| YUV | 233.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 190 | 0 | 0 | 0.21 | 0.06 | 60 | 0.6 | 0.84 |
| Hex | EF | EF | BE | 0 | 0 | 15 | 6 | 3C | 3C | 54 |
| Octal | 357 | 357 | 276 | 0 | 0 | 25 | 6 | 74 | 74 | 124 |
| Binary | 11101111 | 11101111 | 10111110 | 0 | 0 | 10101 | 110 | 111100 | 111100 | 1010100 |
Color Harmonies of #EFEFBE
Complementary color
Monochromatic Colors of #EFEFBE
Black with #EFEFBE
Text Example
Text Example
White with #EFEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFBE; }
p { color: rgb(239,239,190); }
H1.HeaderClassName
{
color: #EFEFBE;
}
.AnyTagClassName
{
color: #EFEFBE;
}
</style>
background-color css
<style>
a { background-color: #EFEFBE; }
a { background-color: rgb(239,239,190); }
div.DivClassName
{
background-color: #EFEFBE;
}
.BgClassName
{
background-color: #EFEFBE;
}
</style>
border-color css
<style>
span { border-color: #EFEFBE; }
span { border-color: rgb(239,239,190); }
td.TdClassName
{
border-color: #EFEFBE;
}
.TagClassName
{
border-color: #EFEFBE;
}
</style>