Shades of Texas #EEE279
Tints of Texas #EEE279
RGB
CMYK
RGB Variations
Color information
#EEE279 (or 0xEEE279) is known color: Texas. HEX triplet: EE, E2 and 79. RGB value is (238,226,121). Sum of RGB (Red+Green+Blue) = 238+226+121=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE279 is #111D86. Grayscale: #DADADA. Windows color (decimal): -1121671 or 7987950. OLE color: 7987950.
HSL color Cylindrical-coordinate representation of color #EEE279: hue angle of 53.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEE279 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 121 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.07 |
| HSL | 53.85º | 0.77% | 0.7% | - |
| HSV(B) | 53.85º | 0.49% | 0.93% | - |
| XYZ | 65.91 | 73.95 | 28.89 | - |
| YUV | 217.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 121 | 0 | 0.05 | 0.49 | 0.07 | 53.85 | 0.77 | 0.7 |
| Hex | EE | E2 | 79 | 0 | 5 | 31 | 7 | 36 | 4D | 46 |
| Octal | 356 | 342 | 171 | 0 | 5 | 61 | 7 | 66 | 115 | 106 |
| Binary | 11101110 | 11100010 | 1111001 | 0 | 101 | 110001 | 111 | 110110 | 1001101 | 1000110 |
Color Harmonies of #EEE279
Complementary color
Monochromatic Colors of #EEE279
Black with #EEE279
Text Example
Text Example
White with #EEE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE279; }
p { color: rgb(238,226,121); }
H1.HeaderClassName
{
color: #EEE279;
}
.AnyTagClassName
{
color: #EEE279;
}
</style>
background-color css
<style>
a { background-color: #EEE279; }
a { background-color: rgb(238,226,121); }
div.DivClassName
{
background-color: #EEE279;
}
.BgClassName
{
background-color: #EEE279;
}
</style>
border-color css
<style>
span { border-color: #EEE279; }
span { border-color: rgb(238,226,121); }
td.TdClassName
{
border-color: #EEE279;
}
.TagClassName
{
border-color: #EEE279;
}
</style>