Shades of Texas #EFEF85
Tints of Texas #EFEF85
RGB
CMYK
RGB Variations
Color information
#EFEF85 (or 0xEFEF85) is known color: Texas. HEX triplet: EF, EF and 85. RGB value is (239,239,133). Sum of RGB (Red+Green+Blue) = 239+239+133=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF85 is #10107A. Grayscale: #E3E3E3. Windows color (decimal): -1052795 or 8777711. OLE color: 8777711.
HSL color Cylindrical-coordinate representation of color #EFEF85: hue angle of 60º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFEF85 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 133 | - |
| CMYK | 0 | 0 | 0.44 | 0.06 |
| HSL | 60º | 0.77% | 0.73% | - |
| HSV(B) | 60º | 0.44% | 0.94% | - |
| XYZ | 70.7 | 81.78 | 34.25 | - |
| YUV | 226.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 133 | 0 | 0 | 0.44 | 0.06 | 60 | 0.77 | 0.73 |
| Hex | EF | EF | 85 | 0 | 0 | 2C | 6 | 3C | 4D | 49 |
| Octal | 357 | 357 | 205 | 0 | 0 | 54 | 6 | 74 | 115 | 111 |
| Binary | 11101111 | 11101111 | 10000101 | 0 | 0 | 101100 | 110 | 111100 | 1001101 | 1001001 |
Color Harmonies of #EFEF85
Complementary color
Monochromatic Colors of #EFEF85
Black with #EFEF85
Text Example
Text Example
White with #EFEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF85; }
p { color: rgb(239,239,133); }
H1.HeaderClassName
{
color: #EFEF85;
}
.AnyTagClassName
{
color: #EFEF85;
}
</style>
background-color css
<style>
a { background-color: #EFEF85; }
a { background-color: rgb(239,239,133); }
div.DivClassName
{
background-color: #EFEF85;
}
.BgClassName
{
background-color: #EFEF85;
}
</style>
border-color css
<style>
span { border-color: #EFEF85; }
span { border-color: rgb(239,239,133); }
td.TdClassName
{
border-color: #EFEF85;
}
.TagClassName
{
border-color: #EFEF85;
}
</style>