Shades of Texas #E5E582
Tints of Texas #E5E582
RGB
CMYK
RGB Variations
Color information
#E5E582 (or 0xE5E582) is known color: Texas. HEX triplet: E5, E5 and 82. RGB value is (229,229,130). Sum of RGB (Red+Green+Blue) = 229+229+130=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E582 is #1A1A7D. Grayscale: #DADADA. Windows color (decimal): -1710718 or 8578533. OLE color: 8578533.
HSL color Cylindrical-coordinate representation of color #E5E582: hue angle of 60º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5E582 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 229 | 130 | - |
| CMYK | 0 | 0 | 0.43 | 0.10 |
| HSL | 60º | 0.66% | 0.7% | - |
| HSV(B) | 60º | 0.43% | 0.9% | - |
| XYZ | 64.36 | 74.31 | 32.07 | - |
| YUV | 217.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 229 | 130 | 0 | 0 | 0.43 | 0.10 | 60 | 0.66 | 0.7 |
| Hex | E5 | E5 | 82 | 0 | 0 | 2B | A | 3C | 42 | 46 |
| Octal | 345 | 345 | 202 | 0 | 0 | 53 | 12 | 74 | 102 | 106 |
| Binary | 11100101 | 11100101 | 10000010 | 0 | 0 | 101011 | 1010 | 111100 | 1000010 | 1000110 |
Color Harmonies of #E5E582
Complementary color
Monochromatic Colors of #E5E582
Black with #E5E582
Text Example
Text Example
White with #E5E582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E582; }
p { color: rgb(229,229,130); }
H1.HeaderClassName
{
color: #E5E582;
}
.AnyTagClassName
{
color: #E5E582;
}
</style>
background-color css
<style>
a { background-color: #E5E582; }
a { background-color: rgb(229,229,130); }
div.DivClassName
{
background-color: #E5E582;
}
.BgClassName
{
background-color: #E5E582;
}
</style>
border-color css
<style>
span { border-color: #E5E582; }
span { border-color: rgb(229,229,130); }
td.TdClassName
{
border-color: #E5E582;
}
.TagClassName
{
border-color: #E5E582;
}
</style>