Shades of Texas #ECE273
Tints of Texas #ECE273
RGB
CMYK
RGB Variations
Color information
#ECE273 (or 0xECE273) is known color: Texas. HEX triplet: EC, E2 and 73. RGB value is (236,226,115). Sum of RGB (Red+Green+Blue) = 236+226+115=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE273 is #131D8C. Grayscale: #D8D8D8. Windows color (decimal): -1252749 or 7594732. OLE color: 7594732.
HSL color Cylindrical-coordinate representation of color #ECE273: hue angle of 55.04º 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 #ECE273 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 115 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.07 |
| HSL | 55.04º | 0.76% | 0.69% | - |
| HSV(B) | 55.04º | 0.51% | 0.93% | - |
| XYZ | 64.88 | 73.46 | 26.98 | - |
| YUV | 216.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 115 | 0 | 0.04 | 0.51 | 0.07 | 55.04 | 0.76 | 0.69 |
| Hex | EC | E2 | 73 | 0 | 4 | 33 | 7 | 37 | 4C | 45 |
| Octal | 354 | 342 | 163 | 0 | 4 | 63 | 7 | 67 | 114 | 105 |
| Binary | 11101100 | 11100010 | 1110011 | 0 | 100 | 110011 | 111 | 110111 | 1001100 | 1000101 |
Color Harmonies of #ECE273
Complementary color
Monochromatic Colors of #ECE273
Black with #ECE273
Text Example
Text Example
White with #ECE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE273; }
p { color: rgb(236,226,115); }
H1.HeaderClassName
{
color: #ECE273;
}
.AnyTagClassName
{
color: #ECE273;
}
</style>
background-color css
<style>
a { background-color: #ECE273; }
a { background-color: rgb(236,226,115); }
div.DivClassName
{
background-color: #ECE273;
}
.BgClassName
{
background-color: #ECE273;
}
</style>
border-color css
<style>
span { border-color: #ECE273; }
span { border-color: rgb(236,226,115); }
td.TdClassName
{
border-color: #ECE273;
}
.TagClassName
{
border-color: #ECE273;
}
</style>