Shades of Texas #EFE77F
Tints of Texas #EFE77F
RGB
CMYK
RGB Variations
Color information
#EFE77F (or 0xEFE77F) is known color: Texas. HEX triplet: EF, E7 and 7F. RGB value is (239,231,127). Sum of RGB (Red+Green+Blue) = 239+231+127=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE77F is #101880. Grayscale: #DDDDDD. Windows color (decimal): -1054849 or 8382447. OLE color: 8382447.
HSL color Cylindrical-coordinate representation of color #EFE77F: hue angle of 55.71º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFE77F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 127 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.06 |
| HSL | 55.71º | 0.78% | 0.72% | - |
| HSV(B) | 55.71º | 0.47% | 0.94% | - |
| XYZ | 68 | 77.03 | 31.36 | - |
| YUV | 221.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 127 | 0 | 0.03 | 0.47 | 0.06 | 55.71 | 0.78 | 0.72 |
| Hex | EF | E7 | 7F | 0 | 3 | 2F | 6 | 38 | 4E | 48 |
| Octal | 357 | 347 | 177 | 0 | 3 | 57 | 6 | 70 | 116 | 110 |
| Binary | 11101111 | 11100111 | 1111111 | 0 | 11 | 101111 | 110 | 111000 | 1001110 | 1001000 |
Color Harmonies of #EFE77F
Complementary color
Monochromatic Colors of #EFE77F
Black with #EFE77F
Text Example
Text Example
White with #EFE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE77F; }
p { color: rgb(239,231,127); }
H1.HeaderClassName
{
color: #EFE77F;
}
.AnyTagClassName
{
color: #EFE77F;
}
</style>
background-color css
<style>
a { background-color: #EFE77F; }
a { background-color: rgb(239,231,127); }
div.DivClassName
{
background-color: #EFE77F;
}
.BgClassName
{
background-color: #EFE77F;
}
</style>
border-color css
<style>
span { border-color: #EFE77F; }
span { border-color: rgb(239,231,127); }
td.TdClassName
{
border-color: #EFE77F;
}
.TagClassName
{
border-color: #EFE77F;
}
</style>