Shades of Texas #EFE776
Tints of Texas #EFE776
RGB
CMYK
RGB Variations
Color information
#EFE776 (or 0xEFE776) is known color: Texas. HEX triplet: EF, E7 and 76. RGB value is (239,231,118). Sum of RGB (Red+Green+Blue) = 239+231+118=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE776 is #101889. Grayscale: #DCDCDC. Windows color (decimal): -1054858 or 7792623. OLE color: 7792623.
HSL color Cylindrical-coordinate representation of color #EFE776: hue angle of 56.03º 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 #EFE776 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 118 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 56.03º | 0.79% | 0.7% | - |
| HSV(B) | 56.03º | 0.51% | 0.94% | - |
| XYZ | 67.44 | 76.81 | 28.41 | - |
| YUV | 220.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 118 | 0 | 0.03 | 0.51 | 0.06 | 56.03 | 0.79 | 0.7 |
| Hex | EF | E7 | 76 | 0 | 3 | 33 | 6 | 38 | 4F | 46 |
| Octal | 357 | 347 | 166 | 0 | 3 | 63 | 6 | 70 | 117 | 106 |
| Binary | 11101111 | 11100111 | 1110110 | 0 | 11 | 110011 | 110 | 111000 | 1001111 | 1000110 |
Color Harmonies of #EFE776
Complementary color
Monochromatic Colors of #EFE776
Black with #EFE776
Text Example
Text Example
White with #EFE776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE776; }
p { color: rgb(239,231,118); }
H1.HeaderClassName
{
color: #EFE776;
}
.AnyTagClassName
{
color: #EFE776;
}
</style>
background-color css
<style>
a { background-color: #EFE776; }
a { background-color: rgb(239,231,118); }
div.DivClassName
{
background-color: #EFE776;
}
.BgClassName
{
background-color: #EFE776;
}
</style>
border-color css
<style>
span { border-color: #EFE776; }
span { border-color: rgb(239,231,118); }
td.TdClassName
{
border-color: #EFE776;
}
.TagClassName
{
border-color: #EFE776;
}
</style>