Shades of Texas #E9E274
Tints of Texas #E9E274
RGB
CMYK
RGB Variations
Color information
#E9E274 (or 0xE9E274) is known color: Texas. HEX triplet: E9, E2 and 74. RGB value is (233,226,116). Sum of RGB (Red+Green+Blue) = 233+226+116=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E274 is #161D8B. Grayscale: #D8D8D8. Windows color (decimal): -1449356 or 7660265. OLE color: 7660265.
HSL color Cylindrical-coordinate representation of color #E9E274: hue angle of 56.41º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9E274 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 116 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.09 |
| HSL | 56.41º | 0.73% | 0.68% | - |
| HSV(B) | 56.41º | 0.5% | 0.91% | - |
| XYZ | 63.95 | 72.98 | 27.24 | - |
| YUV | 215.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 116 | 0 | 0.03 | 0.50 | 0.09 | 56.41 | 0.73 | 0.68 |
| Hex | E9 | E2 | 74 | 0 | 3 | 32 | 9 | 38 | 49 | 44 |
| Octal | 351 | 342 | 164 | 0 | 3 | 62 | 11 | 70 | 111 | 104 |
| Binary | 11101001 | 11100010 | 1110100 | 0 | 11 | 110010 | 1001 | 111000 | 1001001 | 1000100 |
Color Harmonies of #E9E274
Complementary color
Monochromatic Colors of #E9E274
Black with #E9E274
Text Example
Text Example
White with #E9E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E274; }
p { color: rgb(233,226,116); }
H1.HeaderClassName
{
color: #E9E274;
}
.AnyTagClassName
{
color: #E9E274;
}
</style>
background-color css
<style>
a { background-color: #E9E274; }
a { background-color: rgb(233,226,116); }
div.DivClassName
{
background-color: #E9E274;
}
.BgClassName
{
background-color: #E9E274;
}
</style>
border-color css
<style>
span { border-color: #E9E274; }
span { border-color: rgb(233,226,116); }
td.TdClassName
{
border-color: #E9E274;
}
.TagClassName
{
border-color: #E9E274;
}
</style>