Shades of Texas #ECF17D
Tints of Texas #ECF17D
RGB
CMYK
RGB Variations
Color information
#ECF17D (or 0xECF17D) is known color: Texas. HEX triplet: EC, F1 and 7D. RGB value is (236,241,125). Sum of RGB (Red+Green+Blue) = 236+241+125=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF17D is #130E82. Grayscale: #E2E2E2. Windows color (decimal): -1248899 or 8253932. OLE color: 8253932.
HSL color Cylindrical-coordinate representation of color #ECF17D: hue angle of 62.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF17D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 125 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 62.59º | 0.81% | 0.72% | - |
| HSV(B) | 62.59º | 0.48% | 0.95% | - |
| XYZ | 69.75 | 82.22 | 31.6 | - |
| YUV | 226.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 125 | 0.02 | 0 | 0.48 | 0.05 | 62.59 | 0.81 | 0.72 |
| Hex | EC | F1 | 7D | 2 | 0 | 30 | 5 | 3F | 51 | 48 |
| Octal | 354 | 361 | 175 | 2 | 0 | 60 | 5 | 77 | 121 | 110 |
| Binary | 11101100 | 11110001 | 1111101 | 10 | 0 | 110000 | 101 | 111111 | 1010001 | 1001000 |
Color Harmonies of #ECF17D
Complementary color
Monochromatic Colors of #ECF17D
Black with #ECF17D
Text Example
Text Example
White with #ECF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF17D; }
p { color: rgb(236,241,125); }
H1.HeaderClassName
{
color: #ECF17D;
}
.AnyTagClassName
{
color: #ECF17D;
}
</style>
background-color css
<style>
a { background-color: #ECF17D; }
a { background-color: rgb(236,241,125); }
div.DivClassName
{
background-color: #ECF17D;
}
.BgClassName
{
background-color: #ECF17D;
}
</style>
border-color css
<style>
span { border-color: #ECF17D; }
span { border-color: rgb(236,241,125); }
td.TdClassName
{
border-color: #ECF17D;
}
.TagClassName
{
border-color: #ECF17D;
}
</style>