Shades of Texas #ECE973
Tints of Texas #ECE973
RGB
CMYK
RGB Variations
Color information
#ECE973 (or 0xECE973) is known color: Texas. HEX triplet: EC, E9 and 73. RGB value is (236,233,115). Sum of RGB (Red+Green+Blue) = 236+233+115=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE973 is #13168C. Grayscale: #DCDCDC. Windows color (decimal): -1250957 or 7596524. OLE color: 7596524.
HSL color Cylindrical-coordinate representation of color #ECE973: hue angle of 58.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECE973 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 115 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.07 |
| HSL | 58.51º | 0.76% | 0.69% | - |
| HSV(B) | 58.51º | 0.51% | 0.93% | - |
| XYZ | 66.83 | 77.35 | 27.63 | - |
| YUV | 220.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 115 | 0 | 0.01 | 0.51 | 0.07 | 58.51 | 0.76 | 0.69 |
| Hex | EC | E9 | 73 | 0 | 1 | 33 | 7 | 3B | 4C | 45 |
| Octal | 354 | 351 | 163 | 0 | 1 | 63 | 7 | 73 | 114 | 105 |
| Binary | 11101100 | 11101001 | 1110011 | 0 | 1 | 110011 | 111 | 111011 | 1001100 | 1000101 |
Color Harmonies of #ECE973
Complementary color
Monochromatic Colors of #ECE973
Black with #ECE973
Text Example
Text Example
White with #ECE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE973; }
p { color: rgb(236,233,115); }
H1.HeaderClassName
{
color: #ECE973;
}
.AnyTagClassName
{
color: #ECE973;
}
</style>
background-color css
<style>
a { background-color: #ECE973; }
a { background-color: rgb(236,233,115); }
div.DivClassName
{
background-color: #ECE973;
}
.BgClassName
{
background-color: #ECE973;
}
</style>
border-color css
<style>
span { border-color: #ECE973; }
span { border-color: rgb(236,233,115); }
td.TdClassName
{
border-color: #ECE973;
}
.TagClassName
{
border-color: #ECE973;
}
</style>