Shades of Texas #E6E47A
Tints of Texas #E6E47A
RGB
CMYK
RGB Variations
Color information
#E6E47A (or 0xE6E47A) is known color: Texas. HEX triplet: E6, E4 and 7A. RGB value is (230,228,122). Sum of RGB (Red+Green+Blue) = 230+228+122=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E47A is #191B85. Grayscale: #D8D8D8. Windows color (decimal): -1645446 or 8053990. OLE color: 8053990.
HSL color Cylindrical-coordinate representation of color #E6E47A: hue angle of 58.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6E47A is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 122 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.10 |
| HSL | 58.89º | 0.68% | 0.69% | - |
| HSV(B) | 58.89º | 0.47% | 0.9% | - |
| XYZ | 63.89 | 73.71 | 29.27 | - |
| YUV | 216.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 122 | 0 | 0.01 | 0.47 | 0.10 | 58.89 | 0.68 | 0.69 |
| Hex | E6 | E4 | 7A | 0 | 1 | 2F | A | 3B | 44 | 45 |
| Octal | 346 | 344 | 172 | 0 | 1 | 57 | 12 | 73 | 104 | 105 |
| Binary | 11100110 | 11100100 | 1111010 | 0 | 1 | 101111 | 1010 | 111011 | 1000100 | 1000101 |
Color Harmonies of #E6E47A
Complementary color
Monochromatic Colors of #E6E47A
Black with #E6E47A
Text Example
Text Example
White with #E6E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E47A; }
p { color: rgb(230,228,122); }
H1.HeaderClassName
{
color: #E6E47A;
}
.AnyTagClassName
{
color: #E6E47A;
}
</style>
background-color css
<style>
a { background-color: #E6E47A; }
a { background-color: rgb(230,228,122); }
div.DivClassName
{
background-color: #E6E47A;
}
.BgClassName
{
background-color: #E6E47A;
}
</style>
border-color css
<style>
span { border-color: #E6E47A; }
span { border-color: rgb(230,228,122); }
td.TdClassName
{
border-color: #E6E47A;
}
.TagClassName
{
border-color: #E6E47A;
}
</style>