Shades of Texas #ECF07E
Tints of Texas #ECF07E
RGB
CMYK
RGB Variations
Color information
#ECF07E (or 0xECF07E) is known color: Texas. HEX triplet: EC, F0 and 7E. RGB value is (236,240,126). Sum of RGB (Red+Green+Blue) = 236+240+126=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF07E is #130F81. Grayscale: #E2E2E2. Windows color (decimal): -1249154 or 8319212. OLE color: 8319212.
HSL color Cylindrical-coordinate representation of color #ECF07E: hue angle of 62.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF07E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 126 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.06 |
| HSL | 62.11º | 0.79% | 0.72% | - |
| HSV(B) | 62.11º | 0.48% | 0.94% | - |
| XYZ | 69.52 | 81.66 | 31.84 | - |
| YUV | 225.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 126 | 0.02 | 0 | 0.48 | 0.06 | 62.11 | 0.79 | 0.72 |
| Hex | EC | F0 | 7E | 2 | 0 | 30 | 6 | 3E | 4F | 48 |
| Octal | 354 | 360 | 176 | 2 | 0 | 60 | 6 | 76 | 117 | 110 |
| Binary | 11101100 | 11110000 | 1111110 | 10 | 0 | 110000 | 110 | 111110 | 1001111 | 1001000 |
Color Harmonies of #ECF07E
Complementary color
Monochromatic Colors of #ECF07E
Black with #ECF07E
Text Example
Text Example
White with #ECF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF07E; }
p { color: rgb(236,240,126); }
H1.HeaderClassName
{
color: #ECF07E;
}
.AnyTagClassName
{
color: #ECF07E;
}
</style>
background-color css
<style>
a { background-color: #ECF07E; }
a { background-color: rgb(236,240,126); }
div.DivClassName
{
background-color: #ECF07E;
}
.BgClassName
{
background-color: #ECF07E;
}
</style>
border-color css
<style>
span { border-color: #ECF07E; }
span { border-color: rgb(236,240,126); }
td.TdClassName
{
border-color: #ECF07E;
}
.TagClassName
{
border-color: #ECF07E;
}
</style>