Shades of Texas #E5E278
Tints of Texas #E5E278
RGB
CMYK
RGB Variations
Color information
#E5E278 (or 0xE5E278) is known color: Texas. HEX triplet: E5, E2 and 78. RGB value is (229,226,120). Sum of RGB (Red+Green+Blue) = 229+226+120=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E278 is #1A1D87. Grayscale: #D7D7D7. Windows color (decimal): -1711496 or 7922405. OLE color: 7922405.
HSL color Cylindrical-coordinate representation of color #E5E278: hue angle of 58.35º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5E278 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 120 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.10 |
| HSL | 58.35º | 0.68% | 0.68% | - |
| HSV(B) | 58.35º | 0.48% | 0.9% | - |
| XYZ | 62.9 | 72.41 | 28.43 | - |
| YUV | 214.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 120 | 0 | 0.01 | 0.48 | 0.10 | 58.35 | 0.68 | 0.68 |
| Hex | E5 | E2 | 78 | 0 | 1 | 30 | A | 3A | 44 | 44 |
| Octal | 345 | 342 | 170 | 0 | 1 | 60 | 12 | 72 | 104 | 104 |
| Binary | 11100101 | 11100010 | 1111000 | 0 | 1 | 110000 | 1010 | 111010 | 1000100 | 1000100 |
Color Harmonies of #E5E278
Complementary color
Monochromatic Colors of #E5E278
Black with #E5E278
Text Example
Text Example
White with #E5E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E278; }
p { color: rgb(229,226,120); }
H1.HeaderClassName
{
color: #E5E278;
}
.AnyTagClassName
{
color: #E5E278;
}
</style>
background-color css
<style>
a { background-color: #E5E278; }
a { background-color: rgb(229,226,120); }
div.DivClassName
{
background-color: #E5E278;
}
.BgClassName
{
background-color: #E5E278;
}
</style>
border-color css
<style>
span { border-color: #E5E278; }
span { border-color: rgb(229,226,120); }
td.TdClassName
{
border-color: #E5E278;
}
.TagClassName
{
border-color: #E5E278;
}
</style>