Shades of Texas #EFE775
Tints of Texas #EFE775
RGB
CMYK
RGB Variations
Color information
#EFE775 (or 0xEFE775) is known color: Texas. HEX triplet: EF, E7 and 75. RGB value is (239,231,117). Sum of RGB (Red+Green+Blue) = 239+231+117=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE775 is #10188A. Grayscale: #DCDCDC. Windows color (decimal): -1054859 or 7727087. OLE color: 7727087.
HSL color Cylindrical-coordinate representation of color #EFE775: hue angle of 56.07º 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 #EFE775 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 117 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 56.07º | 0.79% | 0.7% | - |
| HSV(B) | 56.07º | 0.51% | 0.94% | - |
| XYZ | 67.38 | 76.79 | 28.1 | - |
| YUV | 220.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 117 | 0 | 0.03 | 0.51 | 0.06 | 56.07 | 0.79 | 0.7 |
| Hex | EF | E7 | 75 | 0 | 3 | 33 | 6 | 38 | 4F | 46 |
| Octal | 357 | 347 | 165 | 0 | 3 | 63 | 6 | 70 | 117 | 106 |
| Binary | 11101111 | 11100111 | 1110101 | 0 | 11 | 110011 | 110 | 111000 | 1001111 | 1000110 |
Color Harmonies of #EFE775
Complementary color
Monochromatic Colors of #EFE775
Black with #EFE775
Text Example
Text Example
White with #EFE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE775; }
p { color: rgb(239,231,117); }
H1.HeaderClassName
{
color: #EFE775;
}
.AnyTagClassName
{
color: #EFE775;
}
</style>
background-color css
<style>
a { background-color: #EFE775; }
a { background-color: rgb(239,231,117); }
div.DivClassName
{
background-color: #EFE775;
}
.BgClassName
{
background-color: #EFE775;
}
</style>
border-color css
<style>
span { border-color: #EFE775; }
span { border-color: rgb(239,231,117); }
td.TdClassName
{
border-color: #EFE775;
}
.TagClassName
{
border-color: #EFE775;
}
</style>