Shades of Texas #EFE484
Tints of Texas #EFE484
RGB
CMYK
RGB Variations
Color information
#EFE484 (or 0xEFE484) is known color: Texas. HEX triplet: EF, E4 and 84. RGB value is (239,228,132). Sum of RGB (Red+Green+Blue) = 239+228+132=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE484 is #101B7B. Grayscale: #DCDCDC. Windows color (decimal): -1055612 or 8709359. OLE color: 8709359.
HSL color Cylindrical-coordinate representation of color #EFE484: hue angle of 53.83º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFE484 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 132 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.06 |
| HSL | 53.83º | 0.77% | 0.73% | - |
| HSV(B) | 53.83º | 0.45% | 0.94% | - |
| XYZ | 67.5 | 75.5 | 32.85 | - |
| YUV | 220.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 132 | 0 | 0.05 | 0.45 | 0.06 | 53.83 | 0.77 | 0.73 |
| Hex | EF | E4 | 84 | 0 | 5 | 2D | 6 | 36 | 4D | 49 |
| Octal | 357 | 344 | 204 | 0 | 5 | 55 | 6 | 66 | 115 | 111 |
| Binary | 11101111 | 11100100 | 10000100 | 0 | 101 | 101101 | 110 | 110110 | 1001101 | 1001001 |
Color Harmonies of #EFE484
Complementary color
Monochromatic Colors of #EFE484
Black with #EFE484
Text Example
Text Example
White with #EFE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE484; }
p { color: rgb(239,228,132); }
H1.HeaderClassName
{
color: #EFE484;
}
.AnyTagClassName
{
color: #EFE484;
}
</style>
background-color css
<style>
a { background-color: #EFE484; }
a { background-color: rgb(239,228,132); }
div.DivClassName
{
background-color: #EFE484;
}
.BgClassName
{
background-color: #EFE484;
}
</style>
border-color css
<style>
span { border-color: #EFE484; }
span { border-color: rgb(239,228,132); }
td.TdClassName
{
border-color: #EFE484;
}
.TagClassName
{
border-color: #EFE484;
}
</style>