Shades of Texas #EFE482
Tints of Texas #EFE482
RGB
CMYK
RGB Variations
Color information
#EFE482 (or 0xEFE482) is known color: Texas. HEX triplet: EF, E4 and 82. RGB value is (239,228,130). Sum of RGB (Red+Green+Blue) = 239+228+130=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE482 is #101B7D. Grayscale: #DCDCDC. Windows color (decimal): -1055614 or 8578287. OLE color: 8578287.
HSL color Cylindrical-coordinate representation of color #EFE482: hue angle of 53.94º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFE482 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 130 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.06 |
| HSL | 53.94º | 0.77% | 0.72% | - |
| HSV(B) | 53.94º | 0.46% | 0.94% | - |
| XYZ | 67.37 | 75.45 | 32.13 | - |
| YUV | 220.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 130 | 0 | 0.05 | 0.46 | 0.06 | 53.94 | 0.77 | 0.72 |
| Hex | EF | E4 | 82 | 0 | 5 | 2E | 6 | 36 | 4D | 48 |
| Octal | 357 | 344 | 202 | 0 | 5 | 56 | 6 | 66 | 115 | 110 |
| Binary | 11101111 | 11100100 | 10000010 | 0 | 101 | 101110 | 110 | 110110 | 1001101 | 1001000 |
Color Harmonies of #EFE482
Complementary color
Monochromatic Colors of #EFE482
Black with #EFE482
Text Example
Text Example
White with #EFE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE482; }
p { color: rgb(239,228,130); }
H1.HeaderClassName
{
color: #EFE482;
}
.AnyTagClassName
{
color: #EFE482;
}
</style>
background-color css
<style>
a { background-color: #EFE482; }
a { background-color: rgb(239,228,130); }
div.DivClassName
{
background-color: #EFE482;
}
.BgClassName
{
background-color: #EFE482;
}
</style>
border-color css
<style>
span { border-color: #EFE482; }
span { border-color: rgb(239,228,130); }
td.TdClassName
{
border-color: #EFE482;
}
.TagClassName
{
border-color: #EFE482;
}
</style>