Shades of Texas #EFE975
Tints of Texas #EFE975
RGB
CMYK
RGB Variations
Color information
#EFE975 (or 0xEFE975) is known color: Texas. HEX triplet: EF, E9 and 75. RGB value is (239,233,117). Sum of RGB (Red+Green+Blue) = 239+233+117=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE975 is #10168A. Grayscale: #DEDEDE. Windows color (decimal): -1054347 or 7727599. OLE color: 7727599.
HSL color Cylindrical-coordinate representation of color #EFE975: hue angle of 57.05º 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 #EFE975 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 117 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 57.05º | 0.79% | 0.7% | - |
| HSV(B) | 57.05º | 0.51% | 0.94% | - |
| XYZ | 67.95 | 77.91 | 28.29 | - |
| YUV | 221.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 117 | 0 | 0.03 | 0.51 | 0.06 | 57.05 | 0.79 | 0.7 |
| Hex | EF | E9 | 75 | 0 | 3 | 33 | 6 | 39 | 4F | 46 |
| Octal | 357 | 351 | 165 | 0 | 3 | 63 | 6 | 71 | 117 | 106 |
| Binary | 11101111 | 11101001 | 1110101 | 0 | 11 | 110011 | 110 | 111001 | 1001111 | 1000110 |
Color Harmonies of #EFE975
Complementary color
Monochromatic Colors of #EFE975
Black with #EFE975
Text Example
Text Example
White with #EFE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE975; }
p { color: rgb(239,233,117); }
H1.HeaderClassName
{
color: #EFE975;
}
.AnyTagClassName
{
color: #EFE975;
}
</style>
background-color css
<style>
a { background-color: #EFE975; }
a { background-color: rgb(239,233,117); }
div.DivClassName
{
background-color: #EFE975;
}
.BgClassName
{
background-color: #EFE975;
}
</style>
border-color css
<style>
span { border-color: #EFE975; }
span { border-color: rgb(239,233,117); }
td.TdClassName
{
border-color: #EFE975;
}
.TagClassName
{
border-color: #EFE975;
}
</style>