Shades of Texas #ECF180
Tints of Texas #ECF180
RGB
CMYK
RGB Variations
Color information
#ECF180 (or 0xECF180) is known color: Texas. HEX triplet: EC, F1 and 80. RGB value is (236,241,128). Sum of RGB (Red+Green+Blue) = 236+241+128=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF180 is #130E7F. Grayscale: #E3E3E3. Windows color (decimal): -1248896 or 8450540. OLE color: 8450540.
HSL color Cylindrical-coordinate representation of color #ECF180: hue angle of 62.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF180 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 128 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.65º | 0.8% | 0.72% | - |
| HSV(B) | 62.65º | 0.47% | 0.95% | - |
| XYZ | 69.94 | 82.3 | 32.62 | - |
| YUV | 226.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 128 | 0.02 | 0 | 0.47 | 0.05 | 62.65 | 0.8 | 0.72 |
| Hex | EC | F1 | 80 | 2 | 0 | 2F | 5 | 3F | 50 | 48 |
| Octal | 354 | 361 | 200 | 2 | 0 | 57 | 5 | 77 | 120 | 110 |
| Binary | 11101100 | 11110001 | 10000000 | 10 | 0 | 101111 | 101 | 111111 | 1010000 | 1001000 |
Color Harmonies of #ECF180
Complementary color
Monochromatic Colors of #ECF180
Black with #ECF180
Text Example
Text Example
White with #ECF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF180; }
p { color: rgb(236,241,128); }
H1.HeaderClassName
{
color: #ECF180;
}
.AnyTagClassName
{
color: #ECF180;
}
</style>
background-color css
<style>
a { background-color: #ECF180; }
a { background-color: rgb(236,241,128); }
div.DivClassName
{
background-color: #ECF180;
}
.BgClassName
{
background-color: #ECF180;
}
</style>
border-color css
<style>
span { border-color: #ECF180; }
span { border-color: rgb(236,241,128); }
td.TdClassName
{
border-color: #ECF180;
}
.TagClassName
{
border-color: #ECF180;
}
</style>