Shades of Texas #EFE981
Tints of Texas #EFE981
RGB
CMYK
RGB Variations
Color information
#EFE981 (or 0xEFE981) is known color: Texas. HEX triplet: EF, E9 and 81. RGB value is (239,233,129). Sum of RGB (Red+Green+Blue) = 239+233+129=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE981 is #10167E. Grayscale: #DFDFDF. Windows color (decimal): -1054335 or 8514031. OLE color: 8514031.
HSL color Cylindrical-coordinate representation of color #EFE981: hue angle of 56.73º 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 #EFE981 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 129 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.06 |
| HSL | 56.73º | 0.77% | 0.72% | - |
| HSV(B) | 56.73º | 0.46% | 0.94% | - |
| XYZ | 68.7 | 78.21 | 32.24 | - |
| YUV | 222.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 129 | 0 | 0.03 | 0.46 | 0.06 | 56.73 | 0.77 | 0.72 |
| Hex | EF | E9 | 81 | 0 | 3 | 2E | 6 | 39 | 4D | 48 |
| Octal | 357 | 351 | 201 | 0 | 3 | 56 | 6 | 71 | 115 | 110 |
| Binary | 11101111 | 11101001 | 10000001 | 0 | 11 | 101110 | 110 | 111001 | 1001101 | 1001000 |
Color Harmonies of #EFE981
Complementary color
Monochromatic Colors of #EFE981
Black with #EFE981
Text Example
Text Example
White with #EFE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE981; }
p { color: rgb(239,233,129); }
H1.HeaderClassName
{
color: #EFE981;
}
.AnyTagClassName
{
color: #EFE981;
}
</style>
background-color css
<style>
a { background-color: #EFE981; }
a { background-color: rgb(239,233,129); }
div.DivClassName
{
background-color: #EFE981;
}
.BgClassName
{
background-color: #EFE981;
}
</style>
border-color css
<style>
span { border-color: #EFE981; }
span { border-color: rgb(239,233,129); }
td.TdClassName
{
border-color: #EFE981;
}
.TagClassName
{
border-color: #EFE981;
}
</style>