Shades of Texas #EFE276
Tints of Texas #EFE276
RGB
CMYK
RGB Variations
Color information
#EFE276 (or 0xEFE276) is known color: Texas. HEX triplet: EF, E2 and 76. RGB value is (239,226,118). Sum of RGB (Red+Green+Blue) = 239+226+118=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE276 is #101D89. Grayscale: #DADADA. Windows color (decimal): -1056138 or 7791343. OLE color: 7791343.
HSL color Cylindrical-coordinate representation of color #EFE276: hue angle of 53.55º 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 #EFE276 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 118 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.06 |
| HSL | 53.55º | 0.79% | 0.7% | - |
| HSV(B) | 53.55º | 0.51% | 0.94% | - |
| XYZ | 66.06 | 74.05 | 27.95 | - |
| YUV | 217.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 118 | 0 | 0.05 | 0.51 | 0.06 | 53.55 | 0.79 | 0.7 |
| Hex | EF | E2 | 76 | 0 | 5 | 33 | 6 | 36 | 4F | 46 |
| Octal | 357 | 342 | 166 | 0 | 5 | 63 | 6 | 66 | 117 | 106 |
| Binary | 11101111 | 11100010 | 1110110 | 0 | 101 | 110011 | 110 | 110110 | 1001111 | 1000110 |
Color Harmonies of #EFE276
Complementary color
Monochromatic Colors of #EFE276
Black with #EFE276
Text Example
Text Example
White with #EFE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE276; }
p { color: rgb(239,226,118); }
H1.HeaderClassName
{
color: #EFE276;
}
.AnyTagClassName
{
color: #EFE276;
}
</style>
background-color css
<style>
a { background-color: #EFE276; }
a { background-color: rgb(239,226,118); }
div.DivClassName
{
background-color: #EFE276;
}
.BgClassName
{
background-color: #EFE276;
}
</style>
border-color css
<style>
span { border-color: #EFE276; }
span { border-color: rgb(239,226,118); }
td.TdClassName
{
border-color: #EFE276;
}
.TagClassName
{
border-color: #EFE276;
}
</style>