Shades of Texas #EFE481
Tints of Texas #EFE481
RGB
CMYK
RGB Variations
Color information
#EFE481 (or 0xEFE481) is known color: Texas. HEX triplet: EF, E4 and 81. RGB value is (239,228,129). Sum of RGB (Red+Green+Blue) = 239+228+129=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE481 is #101B7E. Grayscale: #DCDCDC. Windows color (decimal): -1055615 or 8512751. OLE color: 8512751.
HSL color Cylindrical-coordinate representation of color #EFE481: hue angle of 54º 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 #EFE481 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 129 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.06 |
| HSL | 54º | 0.77% | 0.72% | - |
| HSV(B) | 54º | 0.46% | 0.94% | - |
| XYZ | 67.3 | 75.42 | 31.78 | - |
| YUV | 220 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 129 | 0 | 0.05 | 0.46 | 0.06 | 54 | 0.77 | 0.72 |
| Hex | EF | E4 | 81 | 0 | 5 | 2E | 6 | 36 | 4D | 48 |
| Octal | 357 | 344 | 201 | 0 | 5 | 56 | 6 | 66 | 115 | 110 |
| Binary | 11101111 | 11100100 | 10000001 | 0 | 101 | 101110 | 110 | 110110 | 1001101 | 1001000 |
Color Harmonies of #EFE481
Complementary color
Monochromatic Colors of #EFE481
Black with #EFE481
Text Example
Text Example
White with #EFE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE481; }
p { color: rgb(239,228,129); }
H1.HeaderClassName
{
color: #EFE481;
}
.AnyTagClassName
{
color: #EFE481;
}
</style>
background-color css
<style>
a { background-color: #EFE481; }
a { background-color: rgb(239,228,129); }
div.DivClassName
{
background-color: #EFE481;
}
.BgClassName
{
background-color: #EFE481;
}
</style>
border-color css
<style>
span { border-color: #EFE481; }
span { border-color: rgb(239,228,129); }
td.TdClassName
{
border-color: #EFE481;
}
.TagClassName
{
border-color: #EFE481;
}
</style>