Shades of Texas #EFE875
Tints of Texas #EFE875
RGB
CMYK
RGB Variations
Color information
#EFE875 (or 0xEFE875) is known color: Texas. HEX triplet: EF, E8 and 75. RGB value is (239,232,117). Sum of RGB (Red+Green+Blue) = 239+232+117=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE875 is #10178A. Grayscale: #DDDDDD. Windows color (decimal): -1054603 or 7727343. OLE color: 7727343.
HSL color Cylindrical-coordinate representation of color #EFE875: hue angle of 56.56º 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 #EFE875 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 117 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 56.56º | 0.79% | 0.7% | - |
| HSV(B) | 56.56º | 0.51% | 0.94% | - |
| XYZ | 67.66 | 77.35 | 28.19 | - |
| YUV | 220.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 117 | 0 | 0.03 | 0.51 | 0.06 | 56.56 | 0.79 | 0.7 |
| Hex | EF | E8 | 75 | 0 | 3 | 33 | 6 | 39 | 4F | 46 |
| Octal | 357 | 350 | 165 | 0 | 3 | 63 | 6 | 71 | 117 | 106 |
| Binary | 11101111 | 11101000 | 1110101 | 0 | 11 | 110011 | 110 | 111001 | 1001111 | 1000110 |
Color Harmonies of #EFE875
Complementary color
Monochromatic Colors of #EFE875
Black with #EFE875
Text Example
Text Example
White with #EFE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE875; }
p { color: rgb(239,232,117); }
H1.HeaderClassName
{
color: #EFE875;
}
.AnyTagClassName
{
color: #EFE875;
}
</style>
background-color css
<style>
a { background-color: #EFE875; }
a { background-color: rgb(239,232,117); }
div.DivClassName
{
background-color: #EFE875;
}
.BgClassName
{
background-color: #EFE875;
}
</style>
border-color css
<style>
span { border-color: #EFE875; }
span { border-color: rgb(239,232,117); }
td.TdClassName
{
border-color: #EFE875;
}
.TagClassName
{
border-color: #EFE875;
}
</style>