Shades of Texas #ECE585
Tints of Texas #ECE585
RGB
CMYK
RGB Variations
Color information
#ECE585 (or 0xECE585) is known color: Texas. HEX triplet: EC, E5 and 85. RGB value is (236,229,133). Sum of RGB (Red+Green+Blue) = 236+229+133=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE585 is #131A7A. Grayscale: #DCDCDC. Windows color (decimal): -1251963 or 8775148. OLE color: 8775148.
HSL color Cylindrical-coordinate representation of color #ECE585: hue angle of 55.92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE585 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 133 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 55.92º | 0.73% | 0.72% | - |
| HSV(B) | 55.92º | 0.44% | 0.93% | - |
| XYZ | 66.85 | 75.56 | 33.25 | - |
| YUV | 220.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 133 | 0 | 0.03 | 0.44 | 0.07 | 55.92 | 0.73 | 0.72 |
| Hex | EC | E5 | 85 | 0 | 3 | 2C | 7 | 38 | 49 | 48 |
| Octal | 354 | 345 | 205 | 0 | 3 | 54 | 7 | 70 | 111 | 110 |
| Binary | 11101100 | 11100101 | 10000101 | 0 | 11 | 101100 | 111 | 111000 | 1001001 | 1001000 |
Color Harmonies of #ECE585
Complementary color
Monochromatic Colors of #ECE585
Black with #ECE585
Text Example
Text Example
White with #ECE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE585; }
p { color: rgb(236,229,133); }
H1.HeaderClassName
{
color: #ECE585;
}
.AnyTagClassName
{
color: #ECE585;
}
</style>
background-color css
<style>
a { background-color: #ECE585; }
a { background-color: rgb(236,229,133); }
div.DivClassName
{
background-color: #ECE585;
}
.BgClassName
{
background-color: #ECE585;
}
</style>
border-color css
<style>
span { border-color: #ECE585; }
span { border-color: rgb(236,229,133); }
td.TdClassName
{
border-color: #ECE585;
}
.TagClassName
{
border-color: #ECE585;
}
</style>