Shades of Texas #E6E076
Tints of Texas #E6E076
RGB
CMYK
RGB Variations
Color information
#E6E076 (or 0xE6E076) is known color: Texas. HEX triplet: E6, E0 and 76. RGB value is (230,224,118). Sum of RGB (Red+Green+Blue) = 230+224+118=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E076 is #191F89. Grayscale: #D6D6D6. Windows color (decimal): -1646474 or 7790822. OLE color: 7790822.
HSL color Cylindrical-coordinate representation of color #E6E076: hue angle of 56.79º 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 #E6E076 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 118 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.10 |
| HSL | 56.79º | 0.69% | 0.68% | - |
| HSV(B) | 56.79º | 0.49% | 0.9% | - |
| XYZ | 62.56 | 71.44 | 27.63 | - |
| YUV | 213.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 118 | 0 | 0.03 | 0.49 | 0.10 | 56.79 | 0.69 | 0.68 |
| Hex | E6 | E0 | 76 | 0 | 3 | 31 | A | 39 | 45 | 44 |
| Octal | 346 | 340 | 166 | 0 | 3 | 61 | 12 | 71 | 105 | 104 |
| Binary | 11100110 | 11100000 | 1110110 | 0 | 11 | 110001 | 1010 | 111001 | 1000101 | 1000100 |
Color Harmonies of #E6E076
Complementary color
Monochromatic Colors of #E6E076
Black with #E6E076
Text Example
Text Example
White with #E6E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E076; }
p { color: rgb(230,224,118); }
H1.HeaderClassName
{
color: #E6E076;
}
.AnyTagClassName
{
color: #E6E076;
}
</style>
background-color css
<style>
a { background-color: #E6E076; }
a { background-color: rgb(230,224,118); }
div.DivClassName
{
background-color: #E6E076;
}
.BgClassName
{
background-color: #E6E076;
}
</style>
border-color css
<style>
span { border-color: #E6E076; }
span { border-color: rgb(230,224,118); }
td.TdClassName
{
border-color: #E6E076;
}
.TagClassName
{
border-color: #E6E076;
}
</style>