Shades of Texas #EFE677
Tints of Texas #EFE677
RGB
CMYK
RGB Variations
Color information
#EFE677 (or 0xEFE677) is known color: Texas. HEX triplet: EF, E6 and 77. RGB value is (239,230,119). Sum of RGB (Red+Green+Blue) = 239+230+119=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE677 is #101988. Grayscale: #DCDCDC. Windows color (decimal): -1055113 or 7857903. OLE color: 7857903.
HSL color Cylindrical-coordinate representation of color #EFE677: hue angle of 55.5º 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 #EFE677 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 119 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.06 |
| HSL | 55.5º | 0.79% | 0.7% | - |
| HSV(B) | 55.5º | 0.5% | 0.94% | - |
| XYZ | 67.22 | 76.28 | 28.63 | - |
| YUV | 220.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 119 | 0 | 0.04 | 0.50 | 0.06 | 55.5 | 0.79 | 0.7 |
| Hex | EF | E6 | 77 | 0 | 4 | 32 | 6 | 38 | 4F | 46 |
| Octal | 357 | 346 | 167 | 0 | 4 | 62 | 6 | 70 | 117 | 106 |
| Binary | 11101111 | 11100110 | 1110111 | 0 | 100 | 110010 | 110 | 111000 | 1001111 | 1000110 |
Color Harmonies of #EFE677
Complementary color
Monochromatic Colors of #EFE677
Black with #EFE677
Text Example
Text Example
White with #EFE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE677; }
p { color: rgb(239,230,119); }
H1.HeaderClassName
{
color: #EFE677;
}
.AnyTagClassName
{
color: #EFE677;
}
</style>
background-color css
<style>
a { background-color: #EFE677; }
a { background-color: rgb(239,230,119); }
div.DivClassName
{
background-color: #EFE677;
}
.BgClassName
{
background-color: #EFE677;
}
</style>
border-color css
<style>
span { border-color: #EFE677; }
span { border-color: rgb(239,230,119); }
td.TdClassName
{
border-color: #EFE677;
}
.TagClassName
{
border-color: #EFE677;
}
</style>