Shades of Texas #EFE381
Tints of Texas #EFE381
RGB
CMYK
RGB Variations
Color information
#EFE381 (or 0xEFE381) is known color: Texas. HEX triplet: EF, E3 and 81. RGB value is (239,227,129). Sum of RGB (Red+Green+Blue) = 239+227+129=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE381 is #101C7E. Grayscale: #DBDBDB. Windows color (decimal): -1055871 or 8512495. OLE color: 8512495.
HSL color Cylindrical-coordinate representation of color #EFE381: hue angle of 53.45º 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 #EFE381 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 129 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.06 |
| HSL | 53.45º | 0.77% | 0.72% | - |
| HSV(B) | 53.45º | 0.46% | 0.94% | - |
| XYZ | 67.03 | 74.87 | 31.69 | - |
| YUV | 219.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 129 | 0 | 0.05 | 0.46 | 0.06 | 53.45 | 0.77 | 0.72 |
| Hex | EF | E3 | 81 | 0 | 5 | 2E | 6 | 35 | 4D | 48 |
| Octal | 357 | 343 | 201 | 0 | 5 | 56 | 6 | 65 | 115 | 110 |
| Binary | 11101111 | 11100011 | 10000001 | 0 | 101 | 101110 | 110 | 110101 | 1001101 | 1001000 |
Color Harmonies of #EFE381
Complementary color
Monochromatic Colors of #EFE381
Black with #EFE381
Text Example
Text Example
White with #EFE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE381; }
p { color: rgb(239,227,129); }
H1.HeaderClassName
{
color: #EFE381;
}
.AnyTagClassName
{
color: #EFE381;
}
</style>
background-color css
<style>
a { background-color: #EFE381; }
a { background-color: rgb(239,227,129); }
div.DivClassName
{
background-color: #EFE381;
}
.BgClassName
{
background-color: #EFE381;
}
</style>
border-color css
<style>
span { border-color: #EFE381; }
span { border-color: rgb(239,227,129); }
td.TdClassName
{
border-color: #EFE381;
}
.TagClassName
{
border-color: #EFE381;
}
</style>