Shades of Texas #E3E382
Tints of Texas #E3E382
RGB
CMYK
RGB Variations
Color information
#E3E382 (or 0xE3E382) is known color: Texas. HEX triplet: E3, E3 and 82. RGB value is (227,227,130). Sum of RGB (Red+Green+Blue) = 227+227+130=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 227 - color contains mainly: red, green. Hex color #E3E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E382 is #1C1C7D. Grayscale: #D8D8D8. Windows color (decimal): -1842302 or 8578019. OLE color: 8578019.
HSL color Cylindrical-coordinate representation of color #E3E382: hue angle of 60º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3E382 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 227 | 130 | - |
| CMYK | 0 | 0 | 0.43 | 0.11 |
| HSL | 60º | 0.63% | 0.7% | - |
| HSV(B) | 60º | 0.43% | 0.89% | - |
| XYZ | 63.18 | 72.88 | 31.86 | - |
| YUV | 215.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 227 | 130 | 0 | 0 | 0.43 | 0.11 | 60 | 0.63 | 0.7 |
| Hex | E3 | E3 | 82 | 0 | 0 | 2B | B | 3C | 3F | 46 |
| Octal | 343 | 343 | 202 | 0 | 0 | 53 | 13 | 74 | 77 | 106 |
| Binary | 11100011 | 11100011 | 10000010 | 0 | 0 | 101011 | 1011 | 111100 | 111111 | 1000110 |
Color Harmonies of #E3E382
Complementary color
Monochromatic Colors of #E3E382
Black with #E3E382
Text Example
Text Example
White with #E3E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E382; }
p { color: rgb(227,227,130); }
H1.HeaderClassName
{
color: #E3E382;
}
.AnyTagClassName
{
color: #E3E382;
}
</style>
background-color css
<style>
a { background-color: #E3E382; }
a { background-color: rgb(227,227,130); }
div.DivClassName
{
background-color: #E3E382;
}
.BgClassName
{
background-color: #E3E382;
}
</style>
border-color css
<style>
span { border-color: #E3E382; }
span { border-color: rgb(227,227,130); }
td.TdClassName
{
border-color: #E3E382;
}
.TagClassName
{
border-color: #E3E382;
}
</style>