Shades of Texas #EFF07E
Tints of Texas #EFF07E
RGB
CMYK
RGB Variations
Color information
#EFF07E (or 0xEFF07E) is known color: Texas. HEX triplet: EF, F0 and 7E. RGB value is (239,240,126). Sum of RGB (Red+Green+Blue) = 239+240+126=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF07E is #100F81. Grayscale: #E3E3E3. Windows color (decimal): -1052546 or 8319215. OLE color: 8319215.
HSL color Cylindrical-coordinate representation of color #EFF07E: hue angle of 60.53º 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 #EFF07E is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 126 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.06 |
| HSL | 60.53º | 0.79% | 0.72% | - |
| HSV(B) | 60.53º | 0.48% | 0.94% | - |
| XYZ | 70.52 | 82.18 | 31.88 | - |
| YUV | 226.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 126 | 0.00 | 0 | 0.48 | 0.06 | 60.53 | 0.79 | 0.72 |
| Hex | EF | F0 | 7E | 0 | 0 | 30 | 6 | 3D | 4F | 48 |
| Octal | 357 | 360 | 176 | 0 | 0 | 60 | 6 | 75 | 117 | 110 |
| Binary | 11101111 | 11110000 | 1111110 | 0 | 0 | 110000 | 110 | 111101 | 1001111 | 1001000 |
Color Harmonies of #EFF07E
Complementary color
Monochromatic Colors of #EFF07E
Black with #EFF07E
Text Example
Text Example
White with #EFF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF07E; }
p { color: rgb(239,240,126); }
H1.HeaderClassName
{
color: #EFF07E;
}
.AnyTagClassName
{
color: #EFF07E;
}
</style>
background-color css
<style>
a { background-color: #EFF07E; }
a { background-color: rgb(239,240,126); }
div.DivClassName
{
background-color: #EFF07E;
}
.BgClassName
{
background-color: #EFF07E;
}
</style>
border-color css
<style>
span { border-color: #EFF07E; }
span { border-color: rgb(239,240,126); }
td.TdClassName
{
border-color: #EFF07E;
}
.TagClassName
{
border-color: #EFF07E;
}
</style>