Shades of Texas #ECEA80
Tints of Texas #ECEA80
RGB
CMYK
RGB Variations
Color information
#ECEA80 (or 0xECEA80) is known color: Texas. HEX triplet: EC, EA and 80. RGB value is (236,234,128). Sum of RGB (Red+Green+Blue) = 236+234+128=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA80 is #13157F. Grayscale: #DEDEDE. Windows color (decimal): -1250688 or 8448748. OLE color: 8448748.
HSL color Cylindrical-coordinate representation of color #ECEA80: hue angle of 58.89º 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 #ECEA80 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 128 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.07 |
| HSL | 58.89º | 0.74% | 0.71% | - |
| HSV(B) | 58.89º | 0.46% | 0.93% | - |
| XYZ | 67.91 | 78.24 | 31.94 | - |
| YUV | 222.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 128 | 0 | 0.01 | 0.46 | 0.07 | 58.89 | 0.74 | 0.71 |
| Hex | EC | EA | 80 | 0 | 1 | 2E | 7 | 3B | 4A | 47 |
| Octal | 354 | 352 | 200 | 0 | 1 | 56 | 7 | 73 | 112 | 107 |
| Binary | 11101100 | 11101010 | 10000000 | 0 | 1 | 101110 | 111 | 111011 | 1001010 | 1000111 |
Color Harmonies of #ECEA80
Complementary color
Monochromatic Colors of #ECEA80
Black with #ECEA80
Text Example
Text Example
White with #ECEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA80; }
p { color: rgb(236,234,128); }
H1.HeaderClassName
{
color: #ECEA80;
}
.AnyTagClassName
{
color: #ECEA80;
}
</style>
background-color css
<style>
a { background-color: #ECEA80; }
a { background-color: rgb(236,234,128); }
div.DivClassName
{
background-color: #ECEA80;
}
.BgClassName
{
background-color: #ECEA80;
}
</style>
border-color css
<style>
span { border-color: #ECEA80; }
span { border-color: rgb(236,234,128); }
td.TdClassName
{
border-color: #ECEA80;
}
.TagClassName
{
border-color: #ECEA80;
}
</style>