Shades of Texas #EFE880
Tints of Texas #EFE880
RGB
CMYK
RGB Variations
Color information
#EFE880 (or 0xEFE880) is known color: Texas. HEX triplet: EF, E8 and 80. RGB value is (239,232,128). Sum of RGB (Red+Green+Blue) = 239+232+128=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE880 is #10177F. Grayscale: #DEDEDE. Windows color (decimal): -1054592 or 8448239. OLE color: 8448239.
HSL color Cylindrical-coordinate representation of color #EFE880: hue angle of 56.22º degrees, saturation: 0.78, 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 #EFE880 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 128 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.06 |
| HSL | 56.22º | 0.78% | 0.72% | - |
| HSV(B) | 56.22º | 0.46% | 0.94% | - |
| XYZ | 68.35 | 77.62 | 31.8 | - |
| YUV | 222.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 128 | 0 | 0.03 | 0.46 | 0.06 | 56.22 | 0.78 | 0.72 |
| Hex | EF | E8 | 80 | 0 | 3 | 2E | 6 | 38 | 4E | 48 |
| Octal | 357 | 350 | 200 | 0 | 3 | 56 | 6 | 70 | 116 | 110 |
| Binary | 11101111 | 11101000 | 10000000 | 0 | 11 | 101110 | 110 | 111000 | 1001110 | 1001000 |
Color Harmonies of #EFE880
Complementary color
Monochromatic Colors of #EFE880
Black with #EFE880
Text Example
Text Example
White with #EFE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE880; }
p { color: rgb(239,232,128); }
H1.HeaderClassName
{
color: #EFE880;
}
.AnyTagClassName
{
color: #EFE880;
}
</style>
background-color css
<style>
a { background-color: #EFE880; }
a { background-color: rgb(239,232,128); }
div.DivClassName
{
background-color: #EFE880;
}
.BgClassName
{
background-color: #EFE880;
}
</style>
border-color css
<style>
span { border-color: #EFE880; }
span { border-color: rgb(239,232,128); }
td.TdClassName
{
border-color: #EFE880;
}
.TagClassName
{
border-color: #EFE880;
}
</style>