Shades of Texas #EFE779
Tints of Texas #EFE779
RGB
CMYK
RGB Variations
Color information
#EFE779 (or 0xEFE779) is known color: Texas. HEX triplet: EF, E7 and 79. RGB value is (239,231,121). Sum of RGB (Red+Green+Blue) = 239+231+121=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE779 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE779 is #101886. Grayscale: #DDDDDD. Windows color (decimal): -1054855 or 7989231. OLE color: 7989231.
HSL color Cylindrical-coordinate representation of color #EFE779: hue angle of 55.93º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE779 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 121 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.06 |
| HSL | 55.93º | 0.79% | 0.71% | - |
| HSV(B) | 55.93º | 0.49% | 0.94% | - |
| XYZ | 67.62 | 76.88 | 29.36 | - |
| YUV | 220.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 121 | 0 | 0.03 | 0.49 | 0.06 | 55.93 | 0.79 | 0.71 |
| Hex | EF | E7 | 79 | 0 | 3 | 31 | 6 | 38 | 4F | 47 |
| Octal | 357 | 347 | 171 | 0 | 3 | 61 | 6 | 70 | 117 | 107 |
| Binary | 11101111 | 11100111 | 1111001 | 0 | 11 | 110001 | 110 | 111000 | 1001111 | 1000111 |
Color Harmonies of #EFE779
Complementary color
Monochromatic Colors of #EFE779
Black with #EFE779
Text Example
Text Example
White with #EFE779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE779; }
p { color: rgb(239,231,121); }
H1.HeaderClassName
{
color: #EFE779;
}
.AnyTagClassName
{
color: #EFE779;
}
</style>
background-color css
<style>
a { background-color: #EFE779; }
a { background-color: rgb(239,231,121); }
div.DivClassName
{
background-color: #EFE779;
}
.BgClassName
{
background-color: #EFE779;
}
</style>
border-color css
<style>
span { border-color: #EFE779; }
span { border-color: rgb(239,231,121); }
td.TdClassName
{
border-color: #EFE779;
}
.TagClassName
{
border-color: #EFE779;
}
</style>