Shades of Spring Sun #EDEDBF
Tints of Spring Sun #EDEDBF
RGB
CMYK
RGB Variations
Color information
#EDEDBF (or 0xEDEDBF) is known color: Spring Sun. HEX triplet: ED, ED and BF. RGB value is (237,237,191). Sum of RGB (Red+Green+Blue) = 237+237+191=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDBF is #121240. Grayscale: #E7E7E7. Windows color (decimal): -1184321 or 12578285. OLE color: 12578285.
HSL color Cylindrical-coordinate representation of color #EDEDBF: hue angle of 60º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDEDBF is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 191 | - |
| CMYK | 0 | 0 | 0.19 | 0.07 |
| HSL | 60º | 0.56% | 0.84% | - |
| HSV(B) | 60º | 0.19% | 0.93% | - |
| XYZ | 74.61 | 82.33 | 61.25 | - |
| YUV | 231.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 191 | 0 | 0 | 0.19 | 0.07 | 60 | 0.56 | 0.84 |
| Hex | ED | ED | BF | 0 | 0 | 13 | 7 | 3C | 38 | 54 |
| Octal | 355 | 355 | 277 | 0 | 0 | 23 | 7 | 74 | 70 | 124 |
| Binary | 11101101 | 11101101 | 10111111 | 0 | 0 | 10011 | 111 | 111100 | 111000 | 1010100 |
Color Harmonies of #EDEDBF
Complementary color
Monochromatic Colors of #EDEDBF
Black with #EDEDBF
Text Example
Text Example
White with #EDEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDBF; }
p { color: rgb(237,237,191); }
H1.HeaderClassName
{
color: #EDEDBF;
}
.AnyTagClassName
{
color: #EDEDBF;
}
</style>
background-color css
<style>
a { background-color: #EDEDBF; }
a { background-color: rgb(237,237,191); }
div.DivClassName
{
background-color: #EDEDBF;
}
.BgClassName
{
background-color: #EDEDBF;
}
</style>
border-color css
<style>
span { border-color: #EDEDBF; }
span { border-color: rgb(237,237,191); }
td.TdClassName
{
border-color: #EDEDBF;
}
.TagClassName
{
border-color: #EDEDBF;
}
</style>