Shades of Texas #E6E476
Tints of Texas #E6E476
RGB
CMYK
RGB Variations
Color information
#E6E476 (or 0xE6E476) is known color: Texas. HEX triplet: E6, E4 and 76. RGB value is (230,228,118). Sum of RGB (Red+Green+Blue) = 230+228+118=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E476 is #191B89. Grayscale: #D8D8D8. Windows color (decimal): -1645450 or 7791846. OLE color: 7791846.
HSL color Cylindrical-coordinate representation of color #E6E476: hue angle of 58.93º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6E476 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 118 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.10 |
| HSL | 58.93º | 0.69% | 0.68% | - |
| HSV(B) | 58.93º | 0.49% | 0.9% | - |
| XYZ | 63.65 | 73.62 | 27.99 | - |
| YUV | 216.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 118 | 0 | 0.01 | 0.49 | 0.10 | 58.93 | 0.69 | 0.68 |
| Hex | E6 | E4 | 76 | 0 | 1 | 31 | A | 3B | 45 | 44 |
| Octal | 346 | 344 | 166 | 0 | 1 | 61 | 12 | 73 | 105 | 104 |
| Binary | 11100110 | 11100100 | 1110110 | 0 | 1 | 110001 | 1010 | 111011 | 1000101 | 1000100 |
Color Harmonies of #E6E476
Complementary color
Monochromatic Colors of #E6E476
Black with #E6E476
Text Example
Text Example
White with #E6E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E476; }
p { color: rgb(230,228,118); }
H1.HeaderClassName
{
color: #E6E476;
}
.AnyTagClassName
{
color: #E6E476;
}
</style>
background-color css
<style>
a { background-color: #E6E476; }
a { background-color: rgb(230,228,118); }
div.DivClassName
{
background-color: #E6E476;
}
.BgClassName
{
background-color: #E6E476;
}
</style>
border-color css
<style>
span { border-color: #E6E476; }
span { border-color: rgb(230,228,118); }
td.TdClassName
{
border-color: #E6E476;
}
.TagClassName
{
border-color: #E6E476;
}
</style>