Shades of Spring Sun #ECEFCB
Tints of Spring Sun #ECEFCB
RGB
CMYK
RGB Variations
Color information
#ECEFCB (or 0xECEFCB) is known color: Spring Sun. HEX triplet: EC, EF and CB. RGB value is (236,239,203). Sum of RGB (Red+Green+Blue) = 236+239+203=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFCB is #131034. Grayscale: #EAEAEA. Windows color (decimal): -1249333 or 13365228. OLE color: 13365228.
HSL color Cylindrical-coordinate representation of color #ECEFCB: hue angle of 65º 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 #ECEFCB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 203 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.06 |
| HSL | 65º | 0.53% | 0.87% | - |
| HSV(B) | 65º | 0.15% | 0.94% | - |
| XYZ | 76.24 | 83.88 | 68.67 | - |
| YUV | 234 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 203 | 0.01 | 0 | 0.15 | 0.06 | 65 | 0.53 | 0.87 |
| Hex | EC | EF | CB | 1 | 0 | F | 6 | 41 | 35 | 57 |
| Octal | 354 | 357 | 313 | 1 | 0 | 17 | 6 | 101 | 65 | 127 |
| Binary | 11101100 | 11101111 | 11001011 | 1 | 0 | 1111 | 110 | 1000001 | 110101 | 1010111 |
Color Harmonies of #ECEFCB
Complementary color
Monochromatic Colors of #ECEFCB
Black with #ECEFCB
Text Example
Text Example
White with #ECEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFCB; }
p { color: rgb(236,239,203); }
H1.HeaderClassName
{
color: #ECEFCB;
}
.AnyTagClassName
{
color: #ECEFCB;
}
</style>
background-color css
<style>
a { background-color: #ECEFCB; }
a { background-color: rgb(236,239,203); }
div.DivClassName
{
background-color: #ECEFCB;
}
.BgClassName
{
background-color: #ECEFCB;
}
</style>
border-color css
<style>
span { border-color: #ECEFCB; }
span { border-color: rgb(236,239,203); }
td.TdClassName
{
border-color: #ECEFCB;
}
.TagClassName
{
border-color: #ECEFCB;
}
</style>