Shades of Texas #EFE876
Tints of Texas #EFE876
RGB
CMYK
RGB Variations
Color information
#EFE876 (or 0xEFE876) is known color: Texas. HEX triplet: EF, E8 and 76. RGB value is (239,232,118). Sum of RGB (Red+Green+Blue) = 239+232+118=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE876 is #101789. Grayscale: #DDDDDD. Windows color (decimal): -1054602 or 7792879. OLE color: 7792879.
HSL color Cylindrical-coordinate representation of color #EFE876: hue angle of 56.53º 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 #EFE876 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 118 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 56.53º | 0.79% | 0.7% | - |
| HSV(B) | 56.53º | 0.51% | 0.94% | - |
| XYZ | 67.72 | 77.37 | 28.5 | - |
| YUV | 221.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 118 | 0 | 0.03 | 0.51 | 0.06 | 56.53 | 0.79 | 0.7 |
| Hex | EF | E8 | 76 | 0 | 3 | 33 | 6 | 39 | 4F | 46 |
| Octal | 357 | 350 | 166 | 0 | 3 | 63 | 6 | 71 | 117 | 106 |
| Binary | 11101111 | 11101000 | 1110110 | 0 | 11 | 110011 | 110 | 111001 | 1001111 | 1000110 |
Color Harmonies of #EFE876
Complementary color
Monochromatic Colors of #EFE876
Black with #EFE876
Text Example
Text Example
White with #EFE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE876; }
p { color: rgb(239,232,118); }
H1.HeaderClassName
{
color: #EFE876;
}
.AnyTagClassName
{
color: #EFE876;
}
</style>
background-color css
<style>
a { background-color: #EFE876; }
a { background-color: rgb(239,232,118); }
div.DivClassName
{
background-color: #EFE876;
}
.BgClassName
{
background-color: #EFE876;
}
</style>
border-color css
<style>
span { border-color: #EFE876; }
span { border-color: rgb(239,232,118); }
td.TdClassName
{
border-color: #EFE876;
}
.TagClassName
{
border-color: #EFE876;
}
</style>