Shades of Texas #EEE174
Tints of Texas #EEE174
RGB
CMYK
RGB Variations
Color information
#EEE174 (or 0xEEE174) is known color: Texas. HEX triplet: EE, E1 and 74. RGB value is (238,225,116). Sum of RGB (Red+Green+Blue) = 238+225+116=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE174 is #111E8B. Grayscale: #D8D8D8. Windows color (decimal): -1121932 or 7660014. OLE color: 7660014.
HSL color Cylindrical-coordinate representation of color #EEE174: hue angle of 53.61º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE174 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 116 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.07 |
| HSL | 53.61º | 0.78% | 0.69% | - |
| HSV(B) | 53.61º | 0.51% | 0.93% | - |
| XYZ | 65.34 | 73.29 | 27.23 | - |
| YUV | 216.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 116 | 0 | 0.05 | 0.51 | 0.07 | 53.61 | 0.78 | 0.69 |
| Hex | EE | E1 | 74 | 0 | 5 | 33 | 7 | 36 | 4E | 45 |
| Octal | 356 | 341 | 164 | 0 | 5 | 63 | 7 | 66 | 116 | 105 |
| Binary | 11101110 | 11100001 | 1110100 | 0 | 101 | 110011 | 111 | 110110 | 1001110 | 1000101 |
Color Harmonies of #EEE174
Complementary color
Monochromatic Colors of #EEE174
Black with #EEE174
Text Example
Text Example
White with #EEE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE174; }
p { color: rgb(238,225,116); }
H1.HeaderClassName
{
color: #EEE174;
}
.AnyTagClassName
{
color: #EEE174;
}
</style>
background-color css
<style>
a { background-color: #EEE174; }
a { background-color: rgb(238,225,116); }
div.DivClassName
{
background-color: #EEE174;
}
.BgClassName
{
background-color: #EEE174;
}
</style>
border-color css
<style>
span { border-color: #EEE174; }
span { border-color: rgb(238,225,116); }
td.TdClassName
{
border-color: #EEE174;
}
.TagClassName
{
border-color: #EEE174;
}
</style>