Shades of Texas #EFE77A
Tints of Texas #EFE77A
RGB
CMYK
RGB Variations
Color information
#EFE77A (or 0xEFE77A) is known color: Texas. HEX triplet: EF, E7 and 7A. RGB value is (239,231,122). Sum of RGB (Red+Green+Blue) = 239+231+122=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE77A is #101885. Grayscale: #DDDDDD. Windows color (decimal): -1054854 or 8054767. OLE color: 8054767.
HSL color Cylindrical-coordinate representation of color #EFE77A: hue angle of 55.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE77A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 122 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.06 |
| HSL | 55.9º | 0.79% | 0.71% | - |
| HSV(B) | 55.9º | 0.49% | 0.94% | - |
| XYZ | 67.69 | 76.91 | 29.69 | - |
| YUV | 220.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 122 | 0 | 0.03 | 0.49 | 0.06 | 55.9 | 0.79 | 0.71 |
| Hex | EF | E7 | 7A | 0 | 3 | 31 | 6 | 38 | 4F | 47 |
| Octal | 357 | 347 | 172 | 0 | 3 | 61 | 6 | 70 | 117 | 107 |
| Binary | 11101111 | 11100111 | 1111010 | 0 | 11 | 110001 | 110 | 111000 | 1001111 | 1000111 |
Color Harmonies of #EFE77A
Complementary color
Monochromatic Colors of #EFE77A
Black with #EFE77A
Text Example
Text Example
White with #EFE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE77A; }
p { color: rgb(239,231,122); }
H1.HeaderClassName
{
color: #EFE77A;
}
.AnyTagClassName
{
color: #EFE77A;
}
</style>
background-color css
<style>
a { background-color: #EFE77A; }
a { background-color: rgb(239,231,122); }
div.DivClassName
{
background-color: #EFE77A;
}
.BgClassName
{
background-color: #EFE77A;
}
</style>
border-color css
<style>
span { border-color: #EFE77A; }
span { border-color: rgb(239,231,122); }
td.TdClassName
{
border-color: #EFE77A;
}
.TagClassName
{
border-color: #EFE77A;
}
</style>