Shades of Texas #EFF17C
Tints of Texas #EFF17C
RGB
CMYK
RGB Variations
Color information
#EFF17C (or 0xEFF17C) is known color: Texas. HEX triplet: EF, F1 and 7C. RGB value is (239,241,124). Sum of RGB (Red+Green+Blue) = 239+241+124=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 124 (48.83% from 255 or 20.53% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF17C is #100E83. Grayscale: #E3E3E3. Windows color (decimal): -1052292 or 8188399. OLE color: 8188399.
HSL color Cylindrical-coordinate representation of color #EFF17C: hue angle of 61.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF17C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 124 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.05 |
| HSL | 61.03º | 0.81% | 0.72% | - |
| HSV(B) | 61.03º | 0.49% | 0.95% | - |
| XYZ | 70.69 | 82.72 | 31.31 | - |
| YUV | 227.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 124 | 0.01 | 0 | 0.49 | 0.05 | 61.03 | 0.81 | 0.72 |
| Hex | EF | F1 | 7C | 1 | 0 | 31 | 5 | 3D | 51 | 48 |
| Octal | 357 | 361 | 174 | 1 | 0 | 61 | 5 | 75 | 121 | 110 |
| Binary | 11101111 | 11110001 | 1111100 | 1 | 0 | 110001 | 101 | 111101 | 1010001 | 1001000 |
Color Harmonies of #EFF17C
Complementary color
Monochromatic Colors of #EFF17C
Black with #EFF17C
Text Example
Text Example
White with #EFF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF17C; }
p { color: rgb(239,241,124); }
H1.HeaderClassName
{
color: #EFF17C;
}
.AnyTagClassName
{
color: #EFF17C;
}
</style>
background-color css
<style>
a { background-color: #EFF17C; }
a { background-color: rgb(239,241,124); }
div.DivClassName
{
background-color: #EFF17C;
}
.BgClassName
{
background-color: #EFF17C;
}
</style>
border-color css
<style>
span { border-color: #EFF17C; }
span { border-color: rgb(239,241,124); }
td.TdClassName
{
border-color: #EFF17C;
}
.TagClassName
{
border-color: #EFF17C;
}
</style>