Shades of Spring Sun #EDEFC0
Tints of Spring Sun #EDEFC0
RGB
CMYK
RGB Variations
Color information
#EDEFC0 (or 0xEDEFC0) is known color: Spring Sun. HEX triplet: ED, EF and C0. RGB value is (237,239,192). Sum of RGB (Red+Green+Blue) = 237+239+192=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC0 is #12103F. Grayscale: #E9E9E9. Windows color (decimal): -1183808 or 12644333. OLE color: 12644333.
HSL color Cylindrical-coordinate representation of color #EDEFC0: hue angle of 62.55º 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 #EDEFC0 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 192 | - |
CMYK | 0.01 | 0 | 0.20 | 0.06 |
HSL | 62.55º | 0.59% | 0.85% | - |
HSV(B) | 62.55º | 0.2% | 0.94% | - |
XYZ | 75.31 | 83.54 | 62.03 | - |
YUV | 233.04 | 104.84 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 192 | 0.01 | 0 | 0.20 | 0.06 | 62.55 | 0.59 | 0.85 |
Hex | ED | EF | C0 | 1 | 0 | 14 | 6 | 3F | 3B | 55 |
Octal | 355 | 357 | 300 | 1 | 0 | 24 | 6 | 77 | 73 | 125 |
Binary | 11101101 | 11101111 | 11000000 | 1 | 0 | 10100 | 110 | 111111 | 111011 | 1010101 |
Color Harmonies of #EDEFC0
Complementary color
Monochromatic Colors of #EDEFC0
Black with #EDEFC0
Text Example
Text Example
White with #EDEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFC0; }
p { color: rgb(237,239,192); }
H1.HeaderClassName
{
color: #EDEFC0;
}
.AnyTagClassName
{
color: #EDEFC0;
}
</style>
background-color css
<style>
a { background-color: #EDEFC0; }
a { background-color: rgb(237,239,192); }
div.DivClassName
{
background-color: #EDEFC0;
}
.BgClassName
{
background-color: #EDEFC0;
}
</style>
border-color css
<style>
span { border-color: #EDEFC0; }
span { border-color: rgb(237,239,192); }
td.TdClassName
{
border-color: #EDEFC0;
}
.TagClassName
{
border-color: #EDEFC0;
}
</style>