Shades of Texas #EFEB77
Tints of Texas #EFEB77
RGB
CMYK
RGB Variations
Color information
#EFEB77 (or 0xEFEB77) is known color: Texas. HEX triplet: EF, EB and 77. RGB value is (239,235,119). Sum of RGB (Red+Green+Blue) = 239+235+119=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB77 is #101488. Grayscale: #DFDFDF. Windows color (decimal): -1053833 or 7859183. OLE color: 7859183.
HSL color Cylindrical-coordinate representation of color #EFEB77: hue angle of 58º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFEB77 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 119 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.06 |
| HSL | 58º | 0.79% | 0.7% | - |
| HSV(B) | 58º | 0.5% | 0.94% | - |
| XYZ | 68.63 | 79.1 | 29.1 | - |
| YUV | 222.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 119 | 0 | 0.02 | 0.50 | 0.06 | 58 | 0.79 | 0.7 |
| Hex | EF | EB | 77 | 0 | 2 | 32 | 6 | 3A | 4F | 46 |
| Octal | 357 | 353 | 167 | 0 | 2 | 62 | 6 | 72 | 117 | 106 |
| Binary | 11101111 | 11101011 | 1110111 | 0 | 10 | 110010 | 110 | 111010 | 1001111 | 1000110 |
Color Harmonies of #EFEB77
Complementary color
Monochromatic Colors of #EFEB77
Black with #EFEB77
Text Example
Text Example
White with #EFEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB77; }
p { color: rgb(239,235,119); }
H1.HeaderClassName
{
color: #EFEB77;
}
.AnyTagClassName
{
color: #EFEB77;
}
</style>
background-color css
<style>
a { background-color: #EFEB77; }
a { background-color: rgb(239,235,119); }
div.DivClassName
{
background-color: #EFEB77;
}
.BgClassName
{
background-color: #EFEB77;
}
</style>
border-color css
<style>
span { border-color: #EFEB77; }
span { border-color: rgb(239,235,119); }
td.TdClassName
{
border-color: #EFEB77;
}
.TagClassName
{
border-color: #EFEB77;
}
</style>