Shades of Texas #EFE479
Tints of Texas #EFE479
RGB
CMYK
RGB Variations
Color information
#EFE479 (or 0xEFE479) is known color: Texas. HEX triplet: EF, E4 and 79. RGB value is (239,228,121). Sum of RGB (Red+Green+Blue) = 239+228+121=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE479 is #101B86. Grayscale: #DBDBDB. Windows color (decimal): -1055623 or 7988463. OLE color: 7988463.
HSL color Cylindrical-coordinate representation of color #EFE479: hue angle of 54.41º 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 #EFE479 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 121 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.06 |
| HSL | 54.41º | 0.79% | 0.71% | - |
| HSV(B) | 54.41º | 0.49% | 0.94% | - |
| XYZ | 66.79 | 75.22 | 29.09 | - |
| YUV | 219.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 121 | 0 | 0.05 | 0.49 | 0.06 | 54.41 | 0.79 | 0.71 |
| Hex | EF | E4 | 79 | 0 | 5 | 31 | 6 | 36 | 4F | 47 |
| Octal | 357 | 344 | 171 | 0 | 5 | 61 | 6 | 66 | 117 | 107 |
| Binary | 11101111 | 11100100 | 1111001 | 0 | 101 | 110001 | 110 | 110110 | 1001111 | 1000111 |
Color Harmonies of #EFE479
Complementary color
Monochromatic Colors of #EFE479
Black with #EFE479
Text Example
Text Example
White with #EFE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE479; }
p { color: rgb(239,228,121); }
H1.HeaderClassName
{
color: #EFE479;
}
.AnyTagClassName
{
color: #EFE479;
}
</style>
background-color css
<style>
a { background-color: #EFE479; }
a { background-color: rgb(239,228,121); }
div.DivClassName
{
background-color: #EFE479;
}
.BgClassName
{
background-color: #EFE479;
}
</style>
border-color css
<style>
span { border-color: #EFE479; }
span { border-color: rgb(239,228,121); }
td.TdClassName
{
border-color: #EFE479;
}
.TagClassName
{
border-color: #EFE479;
}
</style>