Shades of Texas #ECF281
Tints of Texas #ECF281
RGB
CMYK
RGB Variations
Color information
#ECF281 (or 0xECF281) is known color: Texas. HEX triplet: EC, F2 and 81. RGB value is (236,242,129). Sum of RGB (Red+Green+Blue) = 236+242+129=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF281 is #130D7E. Grayscale: #E3E3E3. Windows color (decimal): -1248639 or 8516332. OLE color: 8516332.
HSL color Cylindrical-coordinate representation of color #ECF281: hue angle of 63.19º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF281 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 129 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 63.19º | 0.81% | 0.73% | - |
| HSV(B) | 63.19º | 0.47% | 0.95% | - |
| XYZ | 70.31 | 82.92 | 33.07 | - |
| YUV | 227.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 129 | 0.02 | 0 | 0.47 | 0.05 | 63.19 | 0.81 | 0.73 |
| Hex | EC | F2 | 81 | 2 | 0 | 2F | 5 | 3F | 51 | 49 |
| Octal | 354 | 362 | 201 | 2 | 0 | 57 | 5 | 77 | 121 | 111 |
| Binary | 11101100 | 11110010 | 10000001 | 10 | 0 | 101111 | 101 | 111111 | 1010001 | 1001001 |
Color Harmonies of #ECF281
Complementary color
Monochromatic Colors of #ECF281
Black with #ECF281
Text Example
Text Example
White with #ECF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF281; }
p { color: rgb(236,242,129); }
H1.HeaderClassName
{
color: #ECF281;
}
.AnyTagClassName
{
color: #ECF281;
}
</style>
background-color css
<style>
a { background-color: #ECF281; }
a { background-color: rgb(236,242,129); }
div.DivClassName
{
background-color: #ECF281;
}
.BgClassName
{
background-color: #ECF281;
}
</style>
border-color css
<style>
span { border-color: #ECF281; }
span { border-color: rgb(236,242,129); }
td.TdClassName
{
border-color: #ECF281;
}
.TagClassName
{
border-color: #ECF281;
}
</style>