Shades of Texas #ECEA77
Tints of Texas #ECEA77
RGB
CMYK
RGB Variations
Color information
#ECEA77 (or 0xECEA77) is known color: Texas. HEX triplet: EC, EA and 77. RGB value is (236,234,119). Sum of RGB (Red+Green+Blue) = 236+234+119=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA77 is #131588. Grayscale: #DDDDDD. Windows color (decimal): -1250697 or 7858924. OLE color: 7858924.
HSL color Cylindrical-coordinate representation of color #ECEA77: hue angle of 58.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECEA77 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 119 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.07 |
| HSL | 58.97º | 0.75% | 0.7% | - |
| HSV(B) | 58.97º | 0.5% | 0.93% | - |
| XYZ | 67.34 | 78.01 | 28.96 | - |
| YUV | 221.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 119 | 0 | 0.01 | 0.50 | 0.07 | 58.97 | 0.75 | 0.7 |
| Hex | EC | EA | 77 | 0 | 1 | 32 | 7 | 3B | 4B | 46 |
| Octal | 354 | 352 | 167 | 0 | 1 | 62 | 7 | 73 | 113 | 106 |
| Binary | 11101100 | 11101010 | 1110111 | 0 | 1 | 110010 | 111 | 111011 | 1001011 | 1000110 |
Color Harmonies of #ECEA77
Complementary color
Monochromatic Colors of #ECEA77
Black with #ECEA77
Text Example
Text Example
White with #ECEA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA77; }
p { color: rgb(236,234,119); }
H1.HeaderClassName
{
color: #ECEA77;
}
.AnyTagClassName
{
color: #ECEA77;
}
</style>
background-color css
<style>
a { background-color: #ECEA77; }
a { background-color: rgb(236,234,119); }
div.DivClassName
{
background-color: #ECEA77;
}
.BgClassName
{
background-color: #ECEA77;
}
</style>
border-color css
<style>
span { border-color: #ECEA77; }
span { border-color: rgb(236,234,119); }
td.TdClassName
{
border-color: #ECEA77;
}
.TagClassName
{
border-color: #ECEA77;
}
</style>