Shades of Texas #E6E074
Tints of Texas #E6E074
RGB
CMYK
RGB Variations
Color information
#E6E074 (or 0xE6E074) is known color: Texas. HEX triplet: E6, E0 and 74. RGB value is (230,224,116). Sum of RGB (Red+Green+Blue) = 230+224+116=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E074 is #191F8B. Grayscale: #D5D5D5. Windows color (decimal): -1646476 or 7659750. OLE color: 7659750.
HSL color Cylindrical-coordinate representation of color #E6E074: hue angle of 56.84º 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 #E6E074 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 116 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.10 |
| HSL | 56.84º | 0.7% | 0.68% | - |
| HSV(B) | 56.84º | 0.5% | 0.9% | - |
| XYZ | 62.44 | 71.4 | 27.01 | - |
| YUV | 213.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 116 | 0 | 0.03 | 0.50 | 0.10 | 56.84 | 0.7 | 0.68 |
| Hex | E6 | E0 | 74 | 0 | 3 | 32 | A | 39 | 46 | 44 |
| Octal | 346 | 340 | 164 | 0 | 3 | 62 | 12 | 71 | 106 | 104 |
| Binary | 11100110 | 11100000 | 1110100 | 0 | 11 | 110010 | 1010 | 111001 | 1000110 | 1000100 |
Color Harmonies of #E6E074
Complementary color
Monochromatic Colors of #E6E074
Black with #E6E074
Text Example
Text Example
White with #E6E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E074; }
p { color: rgb(230,224,116); }
H1.HeaderClassName
{
color: #E6E074;
}
.AnyTagClassName
{
color: #E6E074;
}
</style>
background-color css
<style>
a { background-color: #E6E074; }
a { background-color: rgb(230,224,116); }
div.DivClassName
{
background-color: #E6E074;
}
.BgClassName
{
background-color: #E6E074;
}
</style>
border-color css
<style>
span { border-color: #E6E074; }
span { border-color: rgb(230,224,116); }
td.TdClassName
{
border-color: #E6E074;
}
.TagClassName
{
border-color: #E6E074;
}
</style>