Shades of Texas #EFEF81
Tints of Texas #EFEF81
RGB
CMYK
RGB Variations
Color information
#EFEF81 (or 0xEFEF81) is known color: Texas. HEX triplet: EF, EF and 81. RGB value is (239,239,129). Sum of RGB (Red+Green+Blue) = 239+239+129=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF81 is #10107E. Grayscale: #E2E2E2. Windows color (decimal): -1052799 or 8515567. OLE color: 8515567.
HSL color Cylindrical-coordinate representation of color #EFEF81: hue angle of 60º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFEF81 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 129 | - |
| CMYK | 0 | 0 | 0.46 | 0.06 |
| HSL | 60º | 0.77% | 0.72% | - |
| HSV(B) | 60º | 0.46% | 0.94% | - |
| XYZ | 70.43 | 81.67 | 32.82 | - |
| YUV | 226.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 129 | 0 | 0 | 0.46 | 0.06 | 60 | 0.77 | 0.72 |
| Hex | EF | EF | 81 | 0 | 0 | 2E | 6 | 3C | 4D | 48 |
| Octal | 357 | 357 | 201 | 0 | 0 | 56 | 6 | 74 | 115 | 110 |
| Binary | 11101111 | 11101111 | 10000001 | 0 | 0 | 101110 | 110 | 111100 | 1001101 | 1001000 |
Color Harmonies of #EFEF81
Complementary color
Monochromatic Colors of #EFEF81
Black with #EFEF81
Text Example
Text Example
White with #EFEF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF81; }
p { color: rgb(239,239,129); }
H1.HeaderClassName
{
color: #EFEF81;
}
.AnyTagClassName
{
color: #EFEF81;
}
</style>
background-color css
<style>
a { background-color: #EFEF81; }
a { background-color: rgb(239,239,129); }
div.DivClassName
{
background-color: #EFEF81;
}
.BgClassName
{
background-color: #EFEF81;
}
</style>
border-color css
<style>
span { border-color: #EFEF81; }
span { border-color: rgb(239,239,129); }
td.TdClassName
{
border-color: #EFEF81;
}
.TagClassName
{
border-color: #EFEF81;
}
</style>