Shades of Spring Sun #EFF0CD
Tints of Spring Sun #EFF0CD
RGB
CMYK
RGB Variations
Color information
#EFF0CD (or 0xEFF0CD) is known color: Spring Sun. HEX triplet: EF, F0 and CD. RGB value is (239,240,205). Sum of RGB (Red+Green+Blue) = 239+240+205=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0CD is #100F32. Grayscale: #EBEBEB. Windows color (decimal): -1052467 or 13496559. OLE color: 13496559.
HSL color Cylindrical-coordinate representation of color #EFF0CD: hue angle of 61.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF0CD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 205 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.06 |
| HSL | 61.71º | 0.54% | 0.87% | - |
| HSV(B) | 61.71º | 0.15% | 0.94% | - |
| XYZ | 77.78 | 85.08 | 70.08 | - |
| YUV | 235.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 205 | 0.00 | 0 | 0.15 | 0.06 | 61.71 | 0.54 | 0.87 |
| Hex | EF | F0 | CD | 0 | 0 | F | 6 | 3E | 36 | 57 |
| Octal | 357 | 360 | 315 | 0 | 0 | 17 | 6 | 76 | 66 | 127 |
| Binary | 11101111 | 11110000 | 11001101 | 0 | 0 | 1111 | 110 | 111110 | 110110 | 1010111 |
Color Harmonies of #EFF0CD
Complementary color
Monochromatic Colors of #EFF0CD
Black with #EFF0CD
Text Example
Text Example
White with #EFF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0CD; }
p { color: rgb(239,240,205); }
H1.HeaderClassName
{
color: #EFF0CD;
}
.AnyTagClassName
{
color: #EFF0CD;
}
</style>
background-color css
<style>
a { background-color: #EFF0CD; }
a { background-color: rgb(239,240,205); }
div.DivClassName
{
background-color: #EFF0CD;
}
.BgClassName
{
background-color: #EFF0CD;
}
</style>
border-color css
<style>
span { border-color: #EFF0CD; }
span { border-color: rgb(239,240,205); }
td.TdClassName
{
border-color: #EFF0CD;
}
.TagClassName
{
border-color: #EFF0CD;
}
</style>