Shades of Texas #ECE974
Tints of Texas #ECE974
RGB
CMYK
RGB Variations
Color information
#ECE974 (or 0xECE974) is known color: Texas. HEX triplet: EC, E9 and 74. RGB value is (236,233,116). Sum of RGB (Red+Green+Blue) = 236+233+116=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE974 is #13168B. Grayscale: #DDDDDD. Windows color (decimal): -1250956 or 7662060. OLE color: 7662060.
HSL color Cylindrical-coordinate representation of color #ECE974: hue angle of 58.5º 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 #ECE974 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 116 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.07 |
| HSL | 58.5º | 0.76% | 0.69% | - |
| HSV(B) | 58.5º | 0.51% | 0.93% | - |
| XYZ | 66.88 | 77.37 | 27.93 | - |
| YUV | 220.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 116 | 0 | 0.01 | 0.51 | 0.07 | 58.5 | 0.76 | 0.69 |
| Hex | EC | E9 | 74 | 0 | 1 | 33 | 7 | 3A | 4C | 45 |
| Octal | 354 | 351 | 164 | 0 | 1 | 63 | 7 | 72 | 114 | 105 |
| Binary | 11101100 | 11101001 | 1110100 | 0 | 1 | 110011 | 111 | 111010 | 1001100 | 1000101 |
Color Harmonies of #ECE974
Complementary color
Monochromatic Colors of #ECE974
Black with #ECE974
Text Example
Text Example
White with #ECE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE974; }
p { color: rgb(236,233,116); }
H1.HeaderClassName
{
color: #ECE974;
}
.AnyTagClassName
{
color: #ECE974;
}
</style>
background-color css
<style>
a { background-color: #ECE974; }
a { background-color: rgb(236,233,116); }
div.DivClassName
{
background-color: #ECE974;
}
.BgClassName
{
background-color: #ECE974;
}
</style>
border-color css
<style>
span { border-color: #ECE974; }
span { border-color: rgb(236,233,116); }
td.TdClassName
{
border-color: #ECE974;
}
.TagClassName
{
border-color: #ECE974;
}
</style>