Shades of Spring Sun #EDEABF
Tints of Spring Sun #EDEABF
RGB
CMYK
RGB Variations
Color information
#EDEABF (or 0xEDEABF) is known color: Spring Sun. HEX triplet: ED, EA and BF. RGB value is (237,234,191). Sum of RGB (Red+Green+Blue) = 237+234+191=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABF is #121540. Grayscale: #E6E6E6. Windows color (decimal): -1185089 or 12577517. OLE color: 12577517.
HSL color Cylindrical-coordinate representation of color #EDEABF: hue angle of 56.09º 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 #EDEABF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 191 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.07 |
| HSL | 56.09º | 0.56% | 0.84% | - |
| HSV(B) | 56.09º | 0.19% | 0.93% | - |
| XYZ | 73.75 | 80.61 | 60.96 | - |
| YUV | 230 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 191 | 0 | 0.01 | 0.19 | 0.07 | 56.09 | 0.56 | 0.84 |
| Hex | ED | EA | BF | 0 | 1 | 13 | 7 | 38 | 38 | 54 |
| Octal | 355 | 352 | 277 | 0 | 1 | 23 | 7 | 70 | 70 | 124 |
| Binary | 11101101 | 11101010 | 10111111 | 0 | 1 | 10011 | 111 | 111000 | 111000 | 1010100 |
Color Harmonies of #EDEABF
Complementary color
Monochromatic Colors of #EDEABF
Black with #EDEABF
Text Example
Text Example
White with #EDEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEABF; }
p { color: rgb(237,234,191); }
H1.HeaderClassName
{
color: #EDEABF;
}
.AnyTagClassName
{
color: #EDEABF;
}
</style>
background-color css
<style>
a { background-color: #EDEABF; }
a { background-color: rgb(237,234,191); }
div.DivClassName
{
background-color: #EDEABF;
}
.BgClassName
{
background-color: #EDEABF;
}
</style>
border-color css
<style>
span { border-color: #EDEABF; }
span { border-color: rgb(237,234,191); }
td.TdClassName
{
border-color: #EDEABF;
}
.TagClassName
{
border-color: #EDEABF;
}
</style>