Shades of Spring Sun #EFEEC0
Tints of Spring Sun #EFEEC0
RGB
CMYK
RGB Variations
Color information
#EFEEC0 (or 0xEFEEC0) is known color: Spring Sun. HEX triplet: EF, EE and C0. RGB value is (239,238,192). Sum of RGB (Red+Green+Blue) = 239+238+192=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEC0 is #10113F. Grayscale: #E9E9E9. Windows color (decimal): -1052992 or 12644079. OLE color: 12644079.
HSL color Cylindrical-coordinate representation of color #EFEEC0: hue angle of 58.72º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFEEC0 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 192 | - |
CMYK | 0 | 0.00 | 0.20 | 0.06 |
HSL | 58.72º | 0.59% | 0.85% | - |
HSV(B) | 58.72º | 0.2% | 0.94% | - |
XYZ | 75.69 | 83.31 | 61.96 | - |
YUV | 233.06 | 104.83 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 192 | 0 | 0.00 | 0.20 | 0.06 | 58.72 | 0.59 | 0.85 |
Hex | EF | EE | C0 | 0 | 0 | 14 | 6 | 3B | 3B | 55 |
Octal | 357 | 356 | 300 | 0 | 0 | 24 | 6 | 73 | 73 | 125 |
Binary | 11101111 | 11101110 | 11000000 | 0 | 0 | 10100 | 110 | 111011 | 111011 | 1010101 |
Color Harmonies of #EFEEC0
Complementary color
Monochromatic Colors of #EFEEC0
Black with #EFEEC0
Text Example
Text Example
White with #EFEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEC0; }
p { color: rgb(239,238,192); }
H1.HeaderClassName
{
color: #EFEEC0;
}
.AnyTagClassName
{
color: #EFEEC0;
}
</style>
background-color css
<style>
a { background-color: #EFEEC0; }
a { background-color: rgb(239,238,192); }
div.DivClassName
{
background-color: #EFEEC0;
}
.BgClassName
{
background-color: #EFEEC0;
}
</style>
border-color css
<style>
span { border-color: #EFEEC0; }
span { border-color: rgb(239,238,192); }
td.TdClassName
{
border-color: #EFEEC0;
}
.TagClassName
{
border-color: #EFEEC0;
}
</style>