Shades of Texas #ECE272
Tints of Texas #ECE272
RGB
CMYK
RGB Variations
Color information
#ECE272 (or 0xECE272) is known color: Texas. HEX triplet: EC, E2 and 72. RGB value is (236,226,114). Sum of RGB (Red+Green+Blue) = 236+226+114=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE272 is #131D8D. Grayscale: #D8D8D8. Windows color (decimal): -1252750 or 7529196. OLE color: 7529196.
HSL color Cylindrical-coordinate representation of color #ECE272: hue angle of 55.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECE272 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 114 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.07 |
| HSL | 55.08º | 0.76% | 0.69% | - |
| HSV(B) | 55.08º | 0.52% | 0.93% | - |
| XYZ | 64.83 | 73.44 | 26.68 | - |
| YUV | 216.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 114 | 0 | 0.04 | 0.52 | 0.07 | 55.08 | 0.76 | 0.69 |
| Hex | EC | E2 | 72 | 0 | 4 | 34 | 7 | 37 | 4C | 45 |
| Octal | 354 | 342 | 162 | 0 | 4 | 64 | 7 | 67 | 114 | 105 |
| Binary | 11101100 | 11100010 | 1110010 | 0 | 100 | 110100 | 111 | 110111 | 1001100 | 1000101 |
Color Harmonies of #ECE272
Complementary color
Monochromatic Colors of #ECE272
Black with #ECE272
Text Example
Text Example
White with #ECE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE272; }
p { color: rgb(236,226,114); }
H1.HeaderClassName
{
color: #ECE272;
}
.AnyTagClassName
{
color: #ECE272;
}
</style>
background-color css
<style>
a { background-color: #ECE272; }
a { background-color: rgb(236,226,114); }
div.DivClassName
{
background-color: #ECE272;
}
.BgClassName
{
background-color: #ECE272;
}
</style>
border-color css
<style>
span { border-color: #ECE272; }
span { border-color: rgb(236,226,114); }
td.TdClassName
{
border-color: #ECE272;
}
.TagClassName
{
border-color: #ECE272;
}
</style>