Shades of Texas #ECE573
Tints of Texas #ECE573
RGB
CMYK
RGB Variations
Color information
#ECE573 (or 0xECE573) is known color: Texas. HEX triplet: EC, E5 and 73. RGB value is (236,229,115). Sum of RGB (Red+Green+Blue) = 236+229+115=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE573 is #131A8C. Grayscale: #DADADA. Windows color (decimal): -1251981 or 7595500. OLE color: 7595500.
HSL color Cylindrical-coordinate representation of color #ECE573: hue angle of 56.53º 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 #ECE573 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 115 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.07 |
| HSL | 56.53º | 0.76% | 0.69% | - |
| HSV(B) | 56.53º | 0.51% | 0.93% | - |
| XYZ | 65.71 | 75.11 | 27.25 | - |
| YUV | 218.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 115 | 0 | 0.03 | 0.51 | 0.07 | 56.53 | 0.76 | 0.69 |
| Hex | EC | E5 | 73 | 0 | 3 | 33 | 7 | 39 | 4C | 45 |
| Octal | 354 | 345 | 163 | 0 | 3 | 63 | 7 | 71 | 114 | 105 |
| Binary | 11101100 | 11100101 | 1110011 | 0 | 11 | 110011 | 111 | 111001 | 1001100 | 1000101 |
Color Harmonies of #ECE573
Complementary color
Monochromatic Colors of #ECE573
Black with #ECE573
Text Example
Text Example
White with #ECE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE573; }
p { color: rgb(236,229,115); }
H1.HeaderClassName
{
color: #ECE573;
}
.AnyTagClassName
{
color: #ECE573;
}
</style>
background-color css
<style>
a { background-color: #ECE573; }
a { background-color: rgb(236,229,115); }
div.DivClassName
{
background-color: #ECE573;
}
.BgClassName
{
background-color: #ECE573;
}
</style>
border-color css
<style>
span { border-color: #ECE573; }
span { border-color: rgb(236,229,115); }
td.TdClassName
{
border-color: #ECE573;
}
.TagClassName
{
border-color: #ECE573;
}
</style>