Shades of Texas #ECEA74
Tints of Texas #ECEA74
RGB
CMYK
RGB Variations
Color information
#ECEA74 (or 0xECEA74) is known color: Texas. HEX triplet: EC, EA and 74. RGB value is (236,234,116). Sum of RGB (Red+Green+Blue) = 236+234+116=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA74 is #13158B. Grayscale: #DDDDDD. Windows color (decimal): -1250700 or 7662316. OLE color: 7662316.
HSL color Cylindrical-coordinate representation of color #ECEA74: hue angle of 59º 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 #ECEA74 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 116 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.07 |
| HSL | 59º | 0.76% | 0.69% | - |
| HSV(B) | 59º | 0.51% | 0.93% | - |
| XYZ | 67.17 | 77.94 | 28.03 | - |
| YUV | 221.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 116 | 0 | 0.01 | 0.51 | 0.07 | 59 | 0.76 | 0.69 |
| Hex | EC | EA | 74 | 0 | 1 | 33 | 7 | 3B | 4C | 45 |
| Octal | 354 | 352 | 164 | 0 | 1 | 63 | 7 | 73 | 114 | 105 |
| Binary | 11101100 | 11101010 | 1110100 | 0 | 1 | 110011 | 111 | 111011 | 1001100 | 1000101 |
Color Harmonies of #ECEA74
Complementary color
Monochromatic Colors of #ECEA74
Black with #ECEA74
Text Example
Text Example
White with #ECEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA74; }
p { color: rgb(236,234,116); }
H1.HeaderClassName
{
color: #ECEA74;
}
.AnyTagClassName
{
color: #ECEA74;
}
</style>
background-color css
<style>
a { background-color: #ECEA74; }
a { background-color: rgb(236,234,116); }
div.DivClassName
{
background-color: #ECEA74;
}
.BgClassName
{
background-color: #ECEA74;
}
</style>
border-color css
<style>
span { border-color: #ECEA74; }
span { border-color: rgb(236,234,116); }
td.TdClassName
{
border-color: #ECEA74;
}
.TagClassName
{
border-color: #ECEA74;
}
</style>