Shades of Texas #EEE079
Tints of Texas #EEE079
RGB
CMYK
RGB Variations
Color information
#EEE079 (or 0xEEE079) is known color: Texas. HEX triplet: EE, E0 and 79. RGB value is (238,224,121). Sum of RGB (Red+Green+Blue) = 238+224+121=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE079 is #111F86. Grayscale: #D8D8D8. Windows color (decimal): -1122183 or 7987438. OLE color: 7987438.
HSL color Cylindrical-coordinate representation of color #EEE079: hue angle of 52.82º 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 #EEE079 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 121 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.07 |
| HSL | 52.82º | 0.77% | 0.7% | - |
| HSV(B) | 52.82º | 0.49% | 0.93% | - |
| XYZ | 65.37 | 72.87 | 28.71 | - |
| YUV | 216.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 121 | 0 | 0.06 | 0.49 | 0.07 | 52.82 | 0.77 | 0.7 |
| Hex | EE | E0 | 79 | 0 | 6 | 31 | 7 | 35 | 4D | 46 |
| Octal | 356 | 340 | 171 | 0 | 6 | 61 | 7 | 65 | 115 | 106 |
| Binary | 11101110 | 11100000 | 1111001 | 0 | 110 | 110001 | 111 | 110101 | 1001101 | 1000110 |
Color Harmonies of #EEE079
Complementary color
Monochromatic Colors of #EEE079
Black with #EEE079
Text Example
Text Example
White with #EEE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE079; }
p { color: rgb(238,224,121); }
H1.HeaderClassName
{
color: #EEE079;
}
.AnyTagClassName
{
color: #EEE079;
}
</style>
background-color css
<style>
a { background-color: #EEE079; }
a { background-color: rgb(238,224,121); }
div.DivClassName
{
background-color: #EEE079;
}
.BgClassName
{
background-color: #EEE079;
}
</style>
border-color css
<style>
span { border-color: #EEE079; }
span { border-color: rgb(238,224,121); }
td.TdClassName
{
border-color: #EEE079;
}
.TagClassName
{
border-color: #EEE079;
}
</style>