Shades of Texas #ECE980
Tints of Texas #ECE980
RGB
CMYK
RGB Variations
Color information
#ECE980 (or 0xECE980) is known color: Texas. HEX triplet: EC, E9 and 80. RGB value is (236,233,128). Sum of RGB (Red+Green+Blue) = 236+233+128=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE980 is #13167F. Grayscale: #DEDEDE. Windows color (decimal): -1250944 or 8448492. OLE color: 8448492.
HSL color Cylindrical-coordinate representation of color #ECE980: hue angle of 58.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECE980 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 128 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.07 |
| HSL | 58.33º | 0.74% | 0.71% | - |
| HSV(B) | 58.33º | 0.46% | 0.93% | - |
| XYZ | 67.63 | 77.67 | 31.85 | - |
| YUV | 221.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 128 | 0 | 0.01 | 0.46 | 0.07 | 58.33 | 0.74 | 0.71 |
| Hex | EC | E9 | 80 | 0 | 1 | 2E | 7 | 3A | 4A | 47 |
| Octal | 354 | 351 | 200 | 0 | 1 | 56 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101001 | 10000000 | 0 | 1 | 101110 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE980
Complementary color
Monochromatic Colors of #ECE980
Black with #ECE980
Text Example
Text Example
White with #ECE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE980; }
p { color: rgb(236,233,128); }
H1.HeaderClassName
{
color: #ECE980;
}
.AnyTagClassName
{
color: #ECE980;
}
</style>
background-color css
<style>
a { background-color: #ECE980; }
a { background-color: rgb(236,233,128); }
div.DivClassName
{
background-color: #ECE980;
}
.BgClassName
{
background-color: #ECE980;
}
</style>
border-color css
<style>
span { border-color: #ECE980; }
span { border-color: rgb(236,233,128); }
td.TdClassName
{
border-color: #ECE980;
}
.TagClassName
{
border-color: #ECE980;
}
</style>