Shades of Texas #ECE985
Tints of Texas #ECE985
RGB
CMYK
RGB Variations
Color information
#ECE985 (or 0xECE985) is known color: Texas. HEX triplet: EC, E9 and 85. RGB value is (236,233,133). Sum of RGB (Red+Green+Blue) = 236+233+133=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE985 is #13167A. Grayscale: #DEDEDE. Windows color (decimal): -1250939 or 8776172. OLE color: 8776172.
HSL color Cylindrical-coordinate representation of color #ECE985: hue angle of 58.25º 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 #ECE985 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 133 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.07 |
| HSL | 58.25º | 0.73% | 0.72% | - |
| HSV(B) | 58.25º | 0.44% | 0.93% | - |
| XYZ | 67.96 | 77.8 | 33.63 | - |
| YUV | 222.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 133 | 0 | 0.01 | 0.44 | 0.07 | 58.25 | 0.73 | 0.72 |
| Hex | EC | E9 | 85 | 0 | 1 | 2C | 7 | 3A | 49 | 48 |
| Octal | 354 | 351 | 205 | 0 | 1 | 54 | 7 | 72 | 111 | 110 |
| Binary | 11101100 | 11101001 | 10000101 | 0 | 1 | 101100 | 111 | 111010 | 1001001 | 1001000 |
Color Harmonies of #ECE985
Complementary color
Monochromatic Colors of #ECE985
Black with #ECE985
Text Example
Text Example
White with #ECE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE985; }
p { color: rgb(236,233,133); }
H1.HeaderClassName
{
color: #ECE985;
}
.AnyTagClassName
{
color: #ECE985;
}
</style>
background-color css
<style>
a { background-color: #ECE985; }
a { background-color: rgb(236,233,133); }
div.DivClassName
{
background-color: #ECE985;
}
.BgClassName
{
background-color: #ECE985;
}
</style>
border-color css
<style>
span { border-color: #ECE985; }
span { border-color: rgb(236,233,133); }
td.TdClassName
{
border-color: #ECE985;
}
.TagClassName
{
border-color: #ECE985;
}
</style>