Shades of Texas #E6E376
Tints of Texas #E6E376
RGB
CMYK
RGB Variations
Color information
#E6E376 (or 0xE6E376) is known color: Texas. HEX triplet: E6, E3 and 76. RGB value is (230,227,118). Sum of RGB (Red+Green+Blue) = 230+227+118=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E376 is #191C89. Grayscale: #D7D7D7. Windows color (decimal): -1645706 or 7791590. OLE color: 7791590.
HSL color Cylindrical-coordinate representation of color #E6E376: hue angle of 58.39º 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 #E6E376 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 118 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.10 |
| HSL | 58.39º | 0.69% | 0.68% | - |
| HSV(B) | 58.39º | 0.49% | 0.9% | - |
| XYZ | 63.37 | 73.07 | 27.9 | - |
| YUV | 215.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 118 | 0 | 0.01 | 0.49 | 0.10 | 58.39 | 0.69 | 0.68 |
| Hex | E6 | E3 | 76 | 0 | 1 | 31 | A | 3A | 45 | 44 |
| Octal | 346 | 343 | 166 | 0 | 1 | 61 | 12 | 72 | 105 | 104 |
| Binary | 11100110 | 11100011 | 1110110 | 0 | 1 | 110001 | 1010 | 111010 | 1000101 | 1000100 |
Color Harmonies of #E6E376
Complementary color
Monochromatic Colors of #E6E376
Black with #E6E376
Text Example
Text Example
White with #E6E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E376; }
p { color: rgb(230,227,118); }
H1.HeaderClassName
{
color: #E6E376;
}
.AnyTagClassName
{
color: #E6E376;
}
</style>
background-color css
<style>
a { background-color: #E6E376; }
a { background-color: rgb(230,227,118); }
div.DivClassName
{
background-color: #E6E376;
}
.BgClassName
{
background-color: #E6E376;
}
</style>
border-color css
<style>
span { border-color: #E6E376; }
span { border-color: rgb(230,227,118); }
td.TdClassName
{
border-color: #E6E376;
}
.TagClassName
{
border-color: #E6E376;
}
</style>