Shades of Texas #ECE776
Tints of Texas #ECE776
RGB
CMYK
RGB Variations
Color information
#ECE776 (or 0xECE776) is known color: Texas. HEX triplet: EC, E7 and 76. RGB value is (236,231,118). Sum of RGB (Red+Green+Blue) = 236+231+118=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE776 is #131889. Grayscale: #DCDCDC. Windows color (decimal): -1251466 or 7792620. OLE color: 7792620.
HSL color Cylindrical-coordinate representation of color #ECE776: hue angle of 57.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE776 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 118 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.07 |
| HSL | 57.46º | 0.76% | 0.69% | - |
| HSV(B) | 57.46º | 0.5% | 0.93% | - |
| XYZ | 66.44 | 76.29 | 28.36 | - |
| YUV | 219.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 118 | 0 | 0.02 | 0.5 | 0.07 | 57.46 | 0.76 | 0.69 |
| Hex | EC | E7 | 76 | 0 | 2 | 32 | 7 | 39 | 4C | 45 |
| Octal | 354 | 347 | 166 | 0 | 2 | 62 | 7 | 71 | 114 | 105 |
| Binary | 11101100 | 11100111 | 1110110 | 0 | 10 | 110010 | 111 | 111001 | 1001100 | 1000101 |
Color Harmonies of #ECE776
Complementary color
Monochromatic Colors of #ECE776
Black with #ECE776
Text Example
Text Example
White with #ECE776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE776; }
p { color: rgb(236,231,118); }
H1.HeaderClassName
{
color: #ECE776;
}
.AnyTagClassName
{
color: #ECE776;
}
</style>
background-color css
<style>
a { background-color: #ECE776; }
a { background-color: rgb(236,231,118); }
div.DivClassName
{
background-color: #ECE776;
}
.BgClassName
{
background-color: #ECE776;
}
</style>
border-color css
<style>
span { border-color: #ECE776; }
span { border-color: rgb(236,231,118); }
td.TdClassName
{
border-color: #ECE776;
}
.TagClassName
{
border-color: #ECE776;
}
</style>