Shades of Texas #E6E574
Tints of Texas #E6E574
RGB
CMYK
RGB Variations
Color information
#E6E574 (or 0xE6E574) is known color: Texas. HEX triplet: E6, E5 and 74. RGB value is (230,229,116). Sum of RGB (Red+Green+Blue) = 230+229+116=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E574 is #191A8B. Grayscale: #D8D8D8. Windows color (decimal): -1645196 or 7661030. OLE color: 7661030.
HSL color Cylindrical-coordinate representation of color #E6E574: hue angle of 59.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6E574 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 116 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.10 |
| HSL | 59.47º | 0.7% | 0.68% | - |
| HSV(B) | 59.47º | 0.5% | 0.9% | - |
| XYZ | 63.8 | 74.12 | 27.47 | - |
| YUV | 216.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 116 | 0 | 0.00 | 0.50 | 0.10 | 59.47 | 0.7 | 0.68 |
| Hex | E6 | E5 | 74 | 0 | 0 | 32 | A | 3B | 46 | 44 |
| Octal | 346 | 345 | 164 | 0 | 0 | 62 | 12 | 73 | 106 | 104 |
| Binary | 11100110 | 11100101 | 1110100 | 0 | 0 | 110010 | 1010 | 111011 | 1000110 | 1000100 |
Color Harmonies of #E6E574
Complementary color
Monochromatic Colors of #E6E574
Black with #E6E574
Text Example
Text Example
White with #E6E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E574; }
p { color: rgb(230,229,116); }
H1.HeaderClassName
{
color: #E6E574;
}
.AnyTagClassName
{
color: #E6E574;
}
</style>
background-color css
<style>
a { background-color: #E6E574; }
a { background-color: rgb(230,229,116); }
div.DivClassName
{
background-color: #E6E574;
}
.BgClassName
{
background-color: #E6E574;
}
</style>
border-color css
<style>
span { border-color: #E6E574; }
span { border-color: rgb(230,229,116); }
td.TdClassName
{
border-color: #E6E574;
}
.TagClassName
{
border-color: #E6E574;
}
</style>