Shades of Spring Sun #EFECBE
Tints of Spring Sun #EFECBE
RGB
CMYK
RGB Variations
Color information
#EFECBE (or 0xEFECBE) is known color: Spring Sun. HEX triplet: EF, EC and BE. RGB value is (239,236,190). Sum of RGB (Red+Green+Blue) = 239+236+190=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECBE is #101341. Grayscale: #E7E7E7. Windows color (decimal): -1053506 or 12512495. OLE color: 12512495.
HSL color Cylindrical-coordinate representation of color #EFECBE: hue angle of 56.33º 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 #EFECBE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 190 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.06 |
| HSL | 56.33º | 0.6% | 0.84% | - |
| HSV(B) | 56.33º | 0.21% | 0.94% | - |
| XYZ | 74.89 | 82.06 | 60.61 | - |
| YUV | 231.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 190 | 0 | 0.01 | 0.21 | 0.06 | 56.33 | 0.6 | 0.84 |
| Hex | EF | EC | BE | 0 | 1 | 15 | 6 | 38 | 3C | 54 |
| Octal | 357 | 354 | 276 | 0 | 1 | 25 | 6 | 70 | 74 | 124 |
| Binary | 11101111 | 11101100 | 10111110 | 0 | 1 | 10101 | 110 | 111000 | 111100 | 1010100 |
Color Harmonies of #EFECBE
Complementary color
Monochromatic Colors of #EFECBE
Black with #EFECBE
Text Example
Text Example
White with #EFECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECBE; }
p { color: rgb(239,236,190); }
H1.HeaderClassName
{
color: #EFECBE;
}
.AnyTagClassName
{
color: #EFECBE;
}
</style>
background-color css
<style>
a { background-color: #EFECBE; }
a { background-color: rgb(239,236,190); }
div.DivClassName
{
background-color: #EFECBE;
}
.BgClassName
{
background-color: #EFECBE;
}
</style>
border-color css
<style>
span { border-color: #EFECBE; }
span { border-color: rgb(239,236,190); }
td.TdClassName
{
border-color: #EFECBE;
}
.TagClassName
{
border-color: #EFECBE;
}
</style>