Shades of Texas #E6E575
Tints of Texas #E6E575
RGB
CMYK
RGB Variations
Color information
#E6E575 (or 0xE6E575) is known color: Texas. HEX triplet: E6, E5 and 75. RGB value is (230,229,117). Sum of RGB (Red+Green+Blue) = 230+229+117=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E575 is #191A8A. Grayscale: #D8D8D8. Windows color (decimal): -1645195 or 7726566. OLE color: 7726566.
HSL color Cylindrical-coordinate representation of color #E6E575: hue angle of 59.47º 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 #E6E575 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 117 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.10 |
| HSL | 59.47º | 0.69% | 0.68% | - |
| HSV(B) | 59.47º | 0.49% | 0.9% | - |
| XYZ | 63.86 | 74.15 | 27.78 | - |
| YUV | 216.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 117 | 0 | 0.00 | 0.49 | 0.10 | 59.47 | 0.69 | 0.68 |
| Hex | E6 | E5 | 75 | 0 | 0 | 31 | A | 3B | 45 | 44 |
| Octal | 346 | 345 | 165 | 0 | 0 | 61 | 12 | 73 | 105 | 104 |
| Binary | 11100110 | 11100101 | 1110101 | 0 | 0 | 110001 | 1010 | 111011 | 1000101 | 1000100 |
Color Harmonies of #E6E575
Complementary color
Monochromatic Colors of #E6E575
Black with #E6E575
Text Example
Text Example
White with #E6E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E575; }
p { color: rgb(230,229,117); }
H1.HeaderClassName
{
color: #E6E575;
}
.AnyTagClassName
{
color: #E6E575;
}
</style>
background-color css
<style>
a { background-color: #E6E575; }
a { background-color: rgb(230,229,117); }
div.DivClassName
{
background-color: #E6E575;
}
.BgClassName
{
background-color: #E6E575;
}
</style>
border-color css
<style>
span { border-color: #E6E575; }
span { border-color: rgb(230,229,117); }
td.TdClassName
{
border-color: #E6E575;
}
.TagClassName
{
border-color: #E6E575;
}
</style>