Shades of Texas #E9E275
Tints of Texas #E9E275
RGB
CMYK
RGB Variations
Color information
#E9E275 (or 0xE9E275) is known color: Texas. HEX triplet: E9, E2 and 75. RGB value is (233,226,117). Sum of RGB (Red+Green+Blue) = 233+226+117=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E275 is #161D8A. Grayscale: #D8D8D8. Windows color (decimal): -1449355 or 7725801. OLE color: 7725801.
HSL color Cylindrical-coordinate representation of color #E9E275: hue angle of 56.38º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9E275 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 117 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.09 |
| HSL | 56.38º | 0.73% | 0.69% | - |
| HSV(B) | 56.38º | 0.5% | 0.91% | - |
| XYZ | 64.01 | 73 | 27.55 | - |
| YUV | 215.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 117 | 0 | 0.03 | 0.50 | 0.09 | 56.38 | 0.73 | 0.69 |
| Hex | E9 | E2 | 75 | 0 | 3 | 32 | 9 | 38 | 48 | 45 |
| Octal | 351 | 342 | 165 | 0 | 3 | 62 | 11 | 70 | 110 | 105 |
| Binary | 11101001 | 11100010 | 1110101 | 0 | 11 | 110010 | 1001 | 111000 | 1001000 | 1000101 |
Color Harmonies of #E9E275
Complementary color
Monochromatic Colors of #E9E275
Black with #E9E275
Text Example
Text Example
White with #E9E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E275; }
p { color: rgb(233,226,117); }
H1.HeaderClassName
{
color: #E9E275;
}
.AnyTagClassName
{
color: #E9E275;
}
</style>
background-color css
<style>
a { background-color: #E9E275; }
a { background-color: rgb(233,226,117); }
div.DivClassName
{
background-color: #E9E275;
}
.BgClassName
{
background-color: #E9E275;
}
</style>
border-color css
<style>
span { border-color: #E9E275; }
span { border-color: rgb(233,226,117); }
td.TdClassName
{
border-color: #E9E275;
}
.TagClassName
{
border-color: #E9E275;
}
</style>