Shades of Texas #EFE478
Tints of Texas #EFE478
RGB
CMYK
RGB Variations
Color information
#EFE478 (or 0xEFE478) is known color: Texas. HEX triplet: EF, E4 and 78. RGB value is (239,228,120). Sum of RGB (Red+Green+Blue) = 239+228+120=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE478 is #101B87. Grayscale: #DBDBDB. Windows color (decimal): -1055624 or 7922927. OLE color: 7922927.
HSL color Cylindrical-coordinate representation of color #EFE478: hue angle of 54.45º 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 #EFE478 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 120 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.06 |
| HSL | 54.45º | 0.79% | 0.7% | - |
| HSV(B) | 54.45º | 0.5% | 0.94% | - |
| XYZ | 66.73 | 75.19 | 28.77 | - |
| YUV | 218.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 120 | 0 | 0.05 | 0.50 | 0.06 | 54.45 | 0.79 | 0.7 |
| Hex | EF | E4 | 78 | 0 | 5 | 32 | 6 | 36 | 4F | 46 |
| Octal | 357 | 344 | 170 | 0 | 5 | 62 | 6 | 66 | 117 | 106 |
| Binary | 11101111 | 11100100 | 1111000 | 0 | 101 | 110010 | 110 | 110110 | 1001111 | 1000110 |
Color Harmonies of #EFE478
Complementary color
Monochromatic Colors of #EFE478
Black with #EFE478
Text Example
Text Example
White with #EFE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE478; }
p { color: rgb(239,228,120); }
H1.HeaderClassName
{
color: #EFE478;
}
.AnyTagClassName
{
color: #EFE478;
}
</style>
background-color css
<style>
a { background-color: #EFE478; }
a { background-color: rgb(239,228,120); }
div.DivClassName
{
background-color: #EFE478;
}
.BgClassName
{
background-color: #EFE478;
}
</style>
border-color css
<style>
span { border-color: #EFE478; }
span { border-color: rgb(239,228,120); }
td.TdClassName
{
border-color: #EFE478;
}
.TagClassName
{
border-color: #EFE478;
}
</style>