Shades of Spring Sun #EDEFCB
Tints of Spring Sun #EDEFCB
RGB
CMYK
RGB Variations
Color information
#EDEFCB (or 0xEDEFCB) is known color: Spring Sun. HEX triplet: ED, EF and CB. RGB value is (237,239,203). Sum of RGB (Red+Green+Blue) = 237+239+203=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCB is #121034. Grayscale: #EAEAEA. Windows color (decimal): -1183797 or 13365229. OLE color: 13365229.
HSL color Cylindrical-coordinate representation of color #EDEFCB: hue angle of 63.33º degrees, saturation: 0.53, 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 #EDEFCB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 203 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.06 |
| HSL | 63.33º | 0.53% | 0.87% | - |
| HSV(B) | 63.33º | 0.15% | 0.94% | - |
| XYZ | 76.57 | 84.05 | 68.69 | - |
| YUV | 234.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 203 | 0.01 | 0 | 0.15 | 0.06 | 63.33 | 0.53 | 0.87 |
| Hex | ED | EF | CB | 1 | 0 | F | 6 | 3F | 35 | 57 |
| Octal | 355 | 357 | 313 | 1 | 0 | 17 | 6 | 77 | 65 | 127 |
| Binary | 11101101 | 11101111 | 11001011 | 1 | 0 | 1111 | 110 | 111111 | 110101 | 1010111 |
Color Harmonies of #EDEFCB
Complementary color
Monochromatic Colors of #EDEFCB
Black with #EDEFCB
Text Example
Text Example
White with #EDEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFCB; }
p { color: rgb(237,239,203); }
H1.HeaderClassName
{
color: #EDEFCB;
}
.AnyTagClassName
{
color: #EDEFCB;
}
</style>
background-color css
<style>
a { background-color: #EDEFCB; }
a { background-color: rgb(237,239,203); }
div.DivClassName
{
background-color: #EDEFCB;
}
.BgClassName
{
background-color: #EDEFCB;
}
</style>
border-color css
<style>
span { border-color: #EDEFCB; }
span { border-color: rgb(237,239,203); }
td.TdClassName
{
border-color: #EDEFCB;
}
.TagClassName
{
border-color: #EDEFCB;
}
</style>