Shades of Spring Sun #EFECC3
Tints of Spring Sun #EFECC3
RGB
CMYK
RGB Variations
Color information
#EFECC3 (or 0xEFECC3) is known color: Spring Sun. HEX triplet: EF, EC and C3. RGB value is (239,236,195). Sum of RGB (Red+Green+Blue) = 239+236+195=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECC3 is #10133C. Grayscale: #E8E8E8. Windows color (decimal): -1053501 or 12840175. OLE color: 12840175.
HSL color Cylindrical-coordinate representation of color #EFECC3: hue angle of 55.91º degrees, saturation: 0.58, 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 #EFECC3 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 195 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.06 |
| HSL | 55.91º | 0.58% | 0.85% | - |
| HSV(B) | 55.91º | 0.18% | 0.94% | - |
| XYZ | 75.44 | 82.28 | 63.54 | - |
| YUV | 232.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 195 | 0 | 0.01 | 0.18 | 0.06 | 55.91 | 0.58 | 0.85 |
| Hex | EF | EC | C3 | 0 | 1 | 12 | 6 | 38 | 3A | 55 |
| Octal | 357 | 354 | 303 | 0 | 1 | 22 | 6 | 70 | 72 | 125 |
| Binary | 11101111 | 11101100 | 11000011 | 0 | 1 | 10010 | 110 | 111000 | 111010 | 1010101 |
Color Harmonies of #EFECC3
Complementary color
Monochromatic Colors of #EFECC3
Black with #EFECC3
Text Example
Text Example
White with #EFECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECC3; }
p { color: rgb(239,236,195); }
H1.HeaderClassName
{
color: #EFECC3;
}
.AnyTagClassName
{
color: #EFECC3;
}
</style>
background-color css
<style>
a { background-color: #EFECC3; }
a { background-color: rgb(239,236,195); }
div.DivClassName
{
background-color: #EFECC3;
}
.BgClassName
{
background-color: #EFECC3;
}
</style>
border-color css
<style>
span { border-color: #EFECC3; }
span { border-color: rgb(239,236,195); }
td.TdClassName
{
border-color: #EFECC3;
}
.TagClassName
{
border-color: #EFECC3;
}
</style>