Shades of Spring Sun #EAEDCB
Tints of Spring Sun #EAEDCB
RGB
CMYK
RGB Variations
Color information
#EAEDCB (or 0xEAEDCB) is known color: Spring Sun. HEX triplet: EA, ED and CB. RGB value is (234,237,203). Sum of RGB (Red+Green+Blue) = 234+237+203=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDCB is #151234. Grayscale: #E8E8E8. Windows color (decimal): -1380917 or 13364714. OLE color: 13364714.
HSL color Cylindrical-coordinate representation of color #EAEDCB: hue angle of 65.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAEDCB is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 203 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.07 |
| HSL | 65.29º | 0.49% | 0.86% | - |
| HSV(B) | 65.29º | 0.14% | 0.93% | - |
| XYZ | 75 | 82.37 | 68.45 | - |
| YUV | 232.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 203 | 0.01 | 0 | 0.14 | 0.07 | 65.29 | 0.49 | 0.86 |
| Hex | EA | ED | CB | 1 | 0 | E | 7 | 41 | 31 | 56 |
| Octal | 352 | 355 | 313 | 1 | 0 | 16 | 7 | 101 | 61 | 126 |
| Binary | 11101010 | 11101101 | 11001011 | 1 | 0 | 1110 | 111 | 1000001 | 110001 | 1010110 |
Color Harmonies of #EAEDCB
Complementary color
Monochromatic Colors of #EAEDCB
Black with #EAEDCB
Text Example
Text Example
White with #EAEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDCB; }
p { color: rgb(234,237,203); }
H1.HeaderClassName
{
color: #EAEDCB;
}
.AnyTagClassName
{
color: #EAEDCB;
}
</style>
background-color css
<style>
a { background-color: #EAEDCB; }
a { background-color: rgb(234,237,203); }
div.DivClassName
{
background-color: #EAEDCB;
}
.BgClassName
{
background-color: #EAEDCB;
}
</style>
border-color css
<style>
span { border-color: #EAEDCB; }
span { border-color: rgb(234,237,203); }
td.TdClassName
{
border-color: #EAEDCB;
}
.TagClassName
{
border-color: #EAEDCB;
}
</style>