Shades of Texas #ECED80
Tints of Texas #ECED80
RGB
CMYK
RGB Variations
Color information
#ECED80 (or 0xECED80) is known color: Texas. HEX triplet: EC, ED and 80. RGB value is (236,237,128). Sum of RGB (Red+Green+Blue) = 236+237+128=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED80 is #13127F. Grayscale: #E0E0E0. Windows color (decimal): -1249920 or 8449516. OLE color: 8449516.
HSL color Cylindrical-coordinate representation of color #ECED80: hue angle of 60.55º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECED80 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 128 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.07 |
| HSL | 60.55º | 0.75% | 0.72% | - |
| HSV(B) | 60.55º | 0.46% | 0.93% | - |
| XYZ | 68.77 | 79.96 | 32.23 | - |
| YUV | 224.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 128 | 0.00 | 0 | 0.46 | 0.07 | 60.55 | 0.75 | 0.72 |
| Hex | EC | ED | 80 | 0 | 0 | 2E | 7 | 3D | 4B | 48 |
| Octal | 354 | 355 | 200 | 0 | 0 | 56 | 7 | 75 | 113 | 110 |
| Binary | 11101100 | 11101101 | 10000000 | 0 | 0 | 101110 | 111 | 111101 | 1001011 | 1001000 |
Color Harmonies of #ECED80
Complementary color
Monochromatic Colors of #ECED80
Black with #ECED80
Text Example
Text Example
White with #ECED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED80; }
p { color: rgb(236,237,128); }
H1.HeaderClassName
{
color: #ECED80;
}
.AnyTagClassName
{
color: #ECED80;
}
</style>
background-color css
<style>
a { background-color: #ECED80; }
a { background-color: rgb(236,237,128); }
div.DivClassName
{
background-color: #ECED80;
}
.BgClassName
{
background-color: #ECED80;
}
</style>
border-color css
<style>
span { border-color: #ECED80; }
span { border-color: rgb(236,237,128); }
td.TdClassName
{
border-color: #ECED80;
}
.TagClassName
{
border-color: #ECED80;
}
</style>