Shades of Texas #EFE676
Tints of Texas #EFE676
RGB
CMYK
RGB Variations
Color information
#EFE676 (or 0xEFE676) is known color: Texas. HEX triplet: EF, E6 and 76. RGB value is (239,230,118). Sum of RGB (Red+Green+Blue) = 239+230+118=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE676 is #101989. Grayscale: #DCDCDC. Windows color (decimal): -1055114 or 7792367. OLE color: 7792367.
HSL color Cylindrical-coordinate representation of color #EFE676: hue angle of 55.54º 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 #EFE676 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 118 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.06 |
| HSL | 55.54º | 0.79% | 0.7% | - |
| HSV(B) | 55.54º | 0.51% | 0.94% | - |
| XYZ | 67.16 | 76.25 | 28.32 | - |
| YUV | 219.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 118 | 0 | 0.04 | 0.51 | 0.06 | 55.54 | 0.79 | 0.7 |
| Hex | EF | E6 | 76 | 0 | 4 | 33 | 6 | 38 | 4F | 46 |
| Octal | 357 | 346 | 166 | 0 | 4 | 63 | 6 | 70 | 117 | 106 |
| Binary | 11101111 | 11100110 | 1110110 | 0 | 100 | 110011 | 110 | 111000 | 1001111 | 1000110 |
Color Harmonies of #EFE676
Complementary color
Monochromatic Colors of #EFE676
Black with #EFE676
Text Example
Text Example
White with #EFE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE676; }
p { color: rgb(239,230,118); }
H1.HeaderClassName
{
color: #EFE676;
}
.AnyTagClassName
{
color: #EFE676;
}
</style>
background-color css
<style>
a { background-color: #EFE676; }
a { background-color: rgb(239,230,118); }
div.DivClassName
{
background-color: #EFE676;
}
.BgClassName
{
background-color: #EFE676;
}
</style>
border-color css
<style>
span { border-color: #EFE676; }
span { border-color: rgb(239,230,118); }
td.TdClassName
{
border-color: #EFE676;
}
.TagClassName
{
border-color: #EFE676;
}
</style>