Shades of Texas #EFE380
Tints of Texas #EFE380
RGB
CMYK
RGB Variations
Color information
#EFE380 (or 0xEFE380) is known color: Texas. HEX triplet: EF, E3 and 80. RGB value is (239,227,128). Sum of RGB (Red+Green+Blue) = 239+227+128=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE380 is #101C7F. Grayscale: #DBDBDB. Windows color (decimal): -1055872 or 8446959. OLE color: 8446959.
HSL color Cylindrical-coordinate representation of color #EFE380: hue angle of 53.51º 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 #EFE380 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.06 |
| HSL | 53.51º | 0.78% | 0.72% | - |
| HSV(B) | 53.51º | 0.46% | 0.94% | - |
| XYZ | 66.96 | 74.85 | 31.34 | - |
| YUV | 219.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 128 | 0 | 0.05 | 0.46 | 0.06 | 53.51 | 0.78 | 0.72 |
| Hex | EF | E3 | 80 | 0 | 5 | 2E | 6 | 36 | 4E | 48 |
| Octal | 357 | 343 | 200 | 0 | 5 | 56 | 6 | 66 | 116 | 110 |
| Binary | 11101111 | 11100011 | 10000000 | 0 | 101 | 101110 | 110 | 110110 | 1001110 | 1001000 |
Color Harmonies of #EFE380
Complementary color
Monochromatic Colors of #EFE380
Black with #EFE380
Text Example
Text Example
White with #EFE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE380; }
p { color: rgb(239,227,128); }
H1.HeaderClassName
{
color: #EFE380;
}
.AnyTagClassName
{
color: #EFE380;
}
</style>
background-color css
<style>
a { background-color: #EFE380; }
a { background-color: rgb(239,227,128); }
div.DivClassName
{
background-color: #EFE380;
}
.BgClassName
{
background-color: #EFE380;
}
</style>
border-color css
<style>
span { border-color: #EFE380; }
span { border-color: rgb(239,227,128); }
td.TdClassName
{
border-color: #EFE380;
}
.TagClassName
{
border-color: #EFE380;
}
</style>