Shades of Spring Sun #EDEEC7
Tints of Spring Sun #EDEEC7
RGB
CMYK
RGB Variations
Color information
#EDEEC7 (or 0xEDEEC7) is known color: Spring Sun. HEX triplet: ED, EE and C7. RGB value is (237,238,199). Sum of RGB (Red+Green+Blue) = 237+238+199=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC7 is #121138. Grayscale: #E9E9E9. Windows color (decimal): -1184057 or 13102829. OLE color: 13102829.
HSL color Cylindrical-coordinate representation of color #EDEEC7: hue angle of 61.54º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDEEC7 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 199 | - |
CMYK | 0.00 | 0 | 0.16 | 0.07 |
HSL | 61.54º | 0.53% | 0.86% | - |
HSV(B) | 61.54º | 0.16% | 0.93% | - |
XYZ | 75.81 | 83.28 | 66.11 | - |
YUV | 233.26 | 108.67 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 199 | 0.00 | 0 | 0.16 | 0.07 | 61.54 | 0.53 | 0.86 |
Hex | ED | EE | C7 | 0 | 0 | 10 | 7 | 3E | 35 | 56 |
Octal | 355 | 356 | 307 | 0 | 0 | 20 | 7 | 76 | 65 | 126 |
Binary | 11101101 | 11101110 | 11000111 | 0 | 0 | 10000 | 111 | 111110 | 110101 | 1010110 |
Color Harmonies of #EDEEC7
Complementary color
Monochromatic Colors of #EDEEC7
Black with #EDEEC7
Text Example
Text Example
White with #EDEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEC7; }
p { color: rgb(237,238,199); }
H1.HeaderClassName
{
color: #EDEEC7;
}
.AnyTagClassName
{
color: #EDEEC7;
}
</style>
background-color css
<style>
a { background-color: #EDEEC7; }
a { background-color: rgb(237,238,199); }
div.DivClassName
{
background-color: #EDEEC7;
}
.BgClassName
{
background-color: #EDEEC7;
}
</style>
border-color css
<style>
span { border-color: #EDEEC7; }
span { border-color: rgb(237,238,199); }
td.TdClassName
{
border-color: #EDEEC7;
}
.TagClassName
{
border-color: #EDEEC7;
}
</style>