Shades of Texas #ECE880
Tints of Texas #ECE880
RGB
CMYK
RGB Variations
Color information
#ECE880 (or 0xECE880) is known color: Texas. HEX triplet: EC, E8 and 80. RGB value is (236,232,128). Sum of RGB (Red+Green+Blue) = 236+232+128=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE880 is #13177F. Grayscale: #DDDDDD. Windows color (decimal): -1251200 or 8448236. OLE color: 8448236.
HSL color Cylindrical-coordinate representation of color #ECE880: hue angle of 57.78º 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 #ECE880 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 128 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.78º | 0.74% | 0.71% | - |
| HSV(B) | 57.78º | 0.46% | 0.93% | - |
| XYZ | 67.34 | 77.1 | 31.76 | - |
| YUV | 221.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 128 | 0 | 0.02 | 0.46 | 0.07 | 57.78 | 0.74 | 0.71 |
| Hex | EC | E8 | 80 | 0 | 2 | 2E | 7 | 3A | 4A | 47 |
| Octal | 354 | 350 | 200 | 0 | 2 | 56 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101000 | 10000000 | 0 | 10 | 101110 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE880
Complementary color
Monochromatic Colors of #ECE880
Black with #ECE880
Text Example
Text Example
White with #ECE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE880; }
p { color: rgb(236,232,128); }
H1.HeaderClassName
{
color: #ECE880;
}
.AnyTagClassName
{
color: #ECE880;
}
</style>
background-color css
<style>
a { background-color: #ECE880; }
a { background-color: rgb(236,232,128); }
div.DivClassName
{
background-color: #ECE880;
}
.BgClassName
{
background-color: #ECE880;
}
</style>
border-color css
<style>
span { border-color: #ECE880; }
span { border-color: rgb(236,232,128); }
td.TdClassName
{
border-color: #ECE880;
}
.TagClassName
{
border-color: #ECE880;
}
</style>