Shades of Spring Sun #EFECC5
Tints of Spring Sun #EFECC5
RGB
CMYK
RGB Variations
Color information
#EFECC5 (or 0xEFECC5) is known color: Spring Sun. HEX triplet: EF, EC and C5. RGB value is (239,236,197). Sum of RGB (Red+Green+Blue) = 239+236+197=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECC5 is #10133A. Grayscale: #E8E8E8. Windows color (decimal): -1053499 or 12971247. OLE color: 12971247.
HSL color Cylindrical-coordinate representation of color #EFECC5: hue angle of 55.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFECC5 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 197 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.06 |
| HSL | 55.71º | 0.57% | 0.85% | - |
| HSV(B) | 55.71º | 0.18% | 0.94% | - |
| XYZ | 75.67 | 82.37 | 64.73 | - |
| YUV | 232.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 197 | 0 | 0.01 | 0.18 | 0.06 | 55.71 | 0.57 | 0.85 |
| Hex | EF | EC | C5 | 0 | 1 | 12 | 6 | 38 | 39 | 55 |
| Octal | 357 | 354 | 305 | 0 | 1 | 22 | 6 | 70 | 71 | 125 |
| Binary | 11101111 | 11101100 | 11000101 | 0 | 1 | 10010 | 110 | 111000 | 111001 | 1010101 |
Color Harmonies of #EFECC5
Complementary color
Monochromatic Colors of #EFECC5
Black with #EFECC5
Text Example
Text Example
White with #EFECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECC5; }
p { color: rgb(239,236,197); }
H1.HeaderClassName
{
color: #EFECC5;
}
.AnyTagClassName
{
color: #EFECC5;
}
</style>
background-color css
<style>
a { background-color: #EFECC5; }
a { background-color: rgb(239,236,197); }
div.DivClassName
{
background-color: #EFECC5;
}
.BgClassName
{
background-color: #EFECC5;
}
</style>
border-color css
<style>
span { border-color: #EFECC5; }
span { border-color: rgb(239,236,197); }
td.TdClassName
{
border-color: #EFECC5;
}
.TagClassName
{
border-color: #EFECC5;
}
</style>