Shades of Texas #ECF17F
Tints of Texas #ECF17F
RGB
CMYK
RGB Variations
Color information
#ECF17F (or 0xECF17F) is known color: Texas. HEX triplet: EC, F1 and 7F. RGB value is (236,241,127). Sum of RGB (Red+Green+Blue) = 236+241+127=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF17F is #130E80. Grayscale: #E2E2E2. Windows color (decimal): -1248897 or 8385004. OLE color: 8385004.
HSL color Cylindrical-coordinate representation of color #ECF17F: hue angle of 62.63º 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 #ECF17F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 127 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.63º | 0.8% | 0.72% | - |
| HSV(B) | 62.63º | 0.47% | 0.95% | - |
| XYZ | 69.88 | 82.28 | 32.28 | - |
| YUV | 226.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 127 | 0.02 | 0 | 0.47 | 0.05 | 62.63 | 0.8 | 0.72 |
| Hex | EC | F1 | 7F | 2 | 0 | 2F | 5 | 3F | 50 | 48 |
| Octal | 354 | 361 | 177 | 2 | 0 | 57 | 5 | 77 | 120 | 110 |
| Binary | 11101100 | 11110001 | 1111111 | 10 | 0 | 101111 | 101 | 111111 | 1010000 | 1001000 |
Color Harmonies of #ECF17F
Complementary color
Monochromatic Colors of #ECF17F
Black with #ECF17F
Text Example
Text Example
White with #ECF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF17F; }
p { color: rgb(236,241,127); }
H1.HeaderClassName
{
color: #ECF17F;
}
.AnyTagClassName
{
color: #ECF17F;
}
</style>
background-color css
<style>
a { background-color: #ECF17F; }
a { background-color: rgb(236,241,127); }
div.DivClassName
{
background-color: #ECF17F;
}
.BgClassName
{
background-color: #ECF17F;
}
</style>
border-color css
<style>
span { border-color: #ECF17F; }
span { border-color: rgb(236,241,127); }
td.TdClassName
{
border-color: #ECF17F;
}
.TagClassName
{
border-color: #ECF17F;
}
</style>