Shades of Spring Sun #EFEFC6
Tints of Spring Sun #EFEFC6
RGB
CMYK
RGB Variations
Color information
#EFEFC6 (or 0xEFEFC6) is known color: Spring Sun. HEX triplet: EF, EF and C6. RGB value is (239,239,198). Sum of RGB (Red+Green+Blue) = 239+239+198=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFC6 is #101039. Grayscale: #EAEAEA. Windows color (decimal): -1052730 or 13037551. OLE color: 13037551.
HSL color Cylindrical-coordinate representation of color #EFEFC6: hue angle of 60º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFEFC6 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 198 | - |
| CMYK | 0 | 0 | 0.17 | 0.06 |
| HSL | 60º | 0.56% | 0.86% | - |
| HSV(B) | 60º | 0.17% | 0.94% | - |
| XYZ | 76.66 | 84.16 | 65.63 | - |
| YUV | 234.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 198 | 0 | 0 | 0.17 | 0.06 | 60 | 0.56 | 0.86 |
| Hex | EF | EF | C6 | 0 | 0 | 11 | 6 | 3C | 38 | 56 |
| Octal | 357 | 357 | 306 | 0 | 0 | 21 | 6 | 74 | 70 | 126 |
| Binary | 11101111 | 11101111 | 11000110 | 0 | 0 | 10001 | 110 | 111100 | 111000 | 1010110 |
Color Harmonies of #EFEFC6
Complementary color
Monochromatic Colors of #EFEFC6
Black with #EFEFC6
Text Example
Text Example
White with #EFEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFC6; }
p { color: rgb(239,239,198); }
H1.HeaderClassName
{
color: #EFEFC6;
}
.AnyTagClassName
{
color: #EFEFC6;
}
</style>
background-color css
<style>
a { background-color: #EFEFC6; }
a { background-color: rgb(239,239,198); }
div.DivClassName
{
background-color: #EFEFC6;
}
.BgClassName
{
background-color: #EFEFC6;
}
</style>
border-color css
<style>
span { border-color: #EFEFC6; }
span { border-color: rgb(239,239,198); }
td.TdClassName
{
border-color: #EFEFC6;
}
.TagClassName
{
border-color: #EFEFC6;
}
</style>