Shades of Texas #EFE576
Tints of Texas #EFE576
RGB
CMYK
RGB Variations
Color information
#EFE576 (or 0xEFE576) is known color: Texas. HEX triplet: EF, E5 and 76. RGB value is (239,229,118). Sum of RGB (Red+Green+Blue) = 239+229+118=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE576 is #101A89. Grayscale: #DBDBDB. Windows color (decimal): -1055370 or 7792111. OLE color: 7792111.
HSL color Cylindrical-coordinate representation of color #EFE576: hue angle of 55.04º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE576 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 118 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.06 |
| HSL | 55.04º | 0.79% | 0.7% | - |
| HSV(B) | 55.04º | 0.51% | 0.94% | - |
| XYZ | 66.89 | 75.7 | 28.23 | - |
| YUV | 219.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 118 | 0 | 0.04 | 0.51 | 0.06 | 55.04 | 0.79 | 0.7 |
| Hex | EF | E5 | 76 | 0 | 4 | 33 | 6 | 37 | 4F | 46 |
| Octal | 357 | 345 | 166 | 0 | 4 | 63 | 6 | 67 | 117 | 106 |
| Binary | 11101111 | 11100101 | 1110110 | 0 | 100 | 110011 | 110 | 110111 | 1001111 | 1000110 |
Color Harmonies of #EFE576
Complementary color
Monochromatic Colors of #EFE576
Black with #EFE576
Text Example
Text Example
White with #EFE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE576; }
p { color: rgb(239,229,118); }
H1.HeaderClassName
{
color: #EFE576;
}
.AnyTagClassName
{
color: #EFE576;
}
</style>
background-color css
<style>
a { background-color: #EFE576; }
a { background-color: rgb(239,229,118); }
div.DivClassName
{
background-color: #EFE576;
}
.BgClassName
{
background-color: #EFE576;
}
</style>
border-color css
<style>
span { border-color: #EFE576; }
span { border-color: rgb(239,229,118); }
td.TdClassName
{
border-color: #EFE576;
}
.TagClassName
{
border-color: #EFE576;
}
</style>