Shades of Texas #EFE977
Tints of Texas #EFE977
RGB
CMYK
RGB Variations
Color information
#EFE977 (or 0xEFE977) is known color: Texas. HEX triplet: EF, E9 and 77. RGB value is (239,233,119). Sum of RGB (Red+Green+Blue) = 239+233+119=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE977 is #101688. Grayscale: #DEDEDE. Windows color (decimal): -1054345 or 7858671. OLE color: 7858671.
HSL color Cylindrical-coordinate representation of color #EFE977: hue angle of 57º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFE977 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 119 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.06 |
| HSL | 57º | 0.79% | 0.7% | - |
| HSV(B) | 57º | 0.5% | 0.94% | - |
| XYZ | 68.07 | 77.96 | 28.91 | - |
| YUV | 221.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 119 | 0 | 0.03 | 0.50 | 0.06 | 57 | 0.79 | 0.7 |
| Hex | EF | E9 | 77 | 0 | 3 | 32 | 6 | 39 | 4F | 46 |
| Octal | 357 | 351 | 167 | 0 | 3 | 62 | 6 | 71 | 117 | 106 |
| Binary | 11101111 | 11101001 | 1110111 | 0 | 11 | 110010 | 110 | 111001 | 1001111 | 1000110 |
Color Harmonies of #EFE977
Complementary color
Monochromatic Colors of #EFE977
Black with #EFE977
Text Example
Text Example
White with #EFE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE977; }
p { color: rgb(239,233,119); }
H1.HeaderClassName
{
color: #EFE977;
}
.AnyTagClassName
{
color: #EFE977;
}
</style>
background-color css
<style>
a { background-color: #EFE977; }
a { background-color: rgb(239,233,119); }
div.DivClassName
{
background-color: #EFE977;
}
.BgClassName
{
background-color: #EFE977;
}
</style>
border-color css
<style>
span { border-color: #EFE977; }
span { border-color: rgb(239,233,119); }
td.TdClassName
{
border-color: #EFE977;
}
.TagClassName
{
border-color: #EFE977;
}
</style>