Shades of Texas #EFF082
Tints of Texas #EFF082
RGB
CMYK
RGB Variations
Color information
#EFF082 (or 0xEFF082) is known color: Texas. HEX triplet: EF, F0 and 82. RGB value is (239,240,130). Sum of RGB (Red+Green+Blue) = 239+240+130=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF082 is #100F7D. Grayscale: #E3E3E3. Windows color (decimal): -1052542 or 8581359. OLE color: 8581359.
HSL color Cylindrical-coordinate representation of color #EFF082: hue angle of 60.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF082 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 130 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.06 |
| HSL | 60.55º | 0.79% | 0.73% | - |
| HSV(B) | 60.55º | 0.46% | 0.94% | - |
| XYZ | 70.79 | 82.28 | 33.27 | - |
| YUV | 227.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 130 | 0.00 | 0 | 0.46 | 0.06 | 60.55 | 0.79 | 0.73 |
| Hex | EF | F0 | 82 | 0 | 0 | 2E | 6 | 3D | 4F | 49 |
| Octal | 357 | 360 | 202 | 0 | 0 | 56 | 6 | 75 | 117 | 111 |
| Binary | 11101111 | 11110000 | 10000010 | 0 | 0 | 101110 | 110 | 111101 | 1001111 | 1001001 |
Color Harmonies of #EFF082
Complementary color
Monochromatic Colors of #EFF082
Black with #EFF082
Text Example
Text Example
White with #EFF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF082; }
p { color: rgb(239,240,130); }
H1.HeaderClassName
{
color: #EFF082;
}
.AnyTagClassName
{
color: #EFF082;
}
</style>
background-color css
<style>
a { background-color: #EFF082; }
a { background-color: rgb(239,240,130); }
div.DivClassName
{
background-color: #EFF082;
}
.BgClassName
{
background-color: #EFF082;
}
</style>
border-color css
<style>
span { border-color: #EFF082; }
span { border-color: rgb(239,240,130); }
td.TdClassName
{
border-color: #EFF082;
}
.TagClassName
{
border-color: #EFF082;
}
</style>