Shades of Spring Sun #EFECC0
Tints of Spring Sun #EFECC0
RGB
CMYK
RGB Variations
Color information
#EFECC0 (or 0xEFECC0) is known color: Spring Sun. HEX triplet: EF, EC and C0. RGB value is (239,236,192). Sum of RGB (Red+Green+Blue) = 239+236+192=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECC0 is #10133F. Grayscale: #E8E8E8. Windows color (decimal): -1053504 or 12643567. OLE color: 12643567.
HSL color Cylindrical-coordinate representation of color #EFECC0: hue angle of 56.17º 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 #EFECC0 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 192 | - |
CMYK | 0 | 0.01 | 0.20 | 0.06 |
HSL | 56.17º | 0.59% | 0.85% | - |
HSV(B) | 56.17º | 0.2% | 0.94% | - |
XYZ | 75.11 | 82.15 | 61.77 | - |
YUV | 231.88 | 105.49 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 192 | 0 | 0.01 | 0.20 | 0.06 | 56.17 | 0.59 | 0.85 |
Hex | EF | EC | C0 | 0 | 1 | 14 | 6 | 38 | 3B | 55 |
Octal | 357 | 354 | 300 | 0 | 1 | 24 | 6 | 70 | 73 | 125 |
Binary | 11101111 | 11101100 | 11000000 | 0 | 1 | 10100 | 110 | 111000 | 111011 | 1010101 |
Color Harmonies of #EFECC0
Complementary color
Monochromatic Colors of #EFECC0
Black with #EFECC0
Text Example
Text Example
White with #EFECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECC0; }
p { color: rgb(239,236,192); }
H1.HeaderClassName
{
color: #EFECC0;
}
.AnyTagClassName
{
color: #EFECC0;
}
</style>
background-color css
<style>
a { background-color: #EFECC0; }
a { background-color: rgb(239,236,192); }
div.DivClassName
{
background-color: #EFECC0;
}
.BgClassName
{
background-color: #EFECC0;
}
</style>
border-color css
<style>
span { border-color: #EFECC0; }
span { border-color: rgb(239,236,192); }
td.TdClassName
{
border-color: #EFECC0;
}
.TagClassName
{
border-color: #EFECC0;
}
</style>