Shades of Texas #EEE178
Tints of Texas #EEE178
RGB
CMYK
RGB Variations
Color information
#EEE178 (or 0xEEE178) is known color: Texas. HEX triplet: EE, E1 and 78. RGB value is (238,225,120). Sum of RGB (Red+Green+Blue) = 238+225+120=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE178 is #111E87. Grayscale: #D9D9D9. Windows color (decimal): -1121928 or 7922158. OLE color: 7922158.
HSL color Cylindrical-coordinate representation of color #EEE178: hue angle of 53.39º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEE178 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 120 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.07 |
| HSL | 53.39º | 0.78% | 0.7% | - |
| HSV(B) | 53.39º | 0.5% | 0.93% | - |
| XYZ | 65.58 | 73.38 | 28.48 | - |
| YUV | 216.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 120 | 0 | 0.05 | 0.50 | 0.07 | 53.39 | 0.78 | 0.7 |
| Hex | EE | E1 | 78 | 0 | 5 | 32 | 7 | 35 | 4E | 46 |
| Octal | 356 | 341 | 170 | 0 | 5 | 62 | 7 | 65 | 116 | 106 |
| Binary | 11101110 | 11100001 | 1111000 | 0 | 101 | 110010 | 111 | 110101 | 1001110 | 1000110 |
Color Harmonies of #EEE178
Complementary color
Monochromatic Colors of #EEE178
Black with #EEE178
Text Example
Text Example
White with #EEE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE178; }
p { color: rgb(238,225,120); }
H1.HeaderClassName
{
color: #EEE178;
}
.AnyTagClassName
{
color: #EEE178;
}
</style>
background-color css
<style>
a { background-color: #EEE178; }
a { background-color: rgb(238,225,120); }
div.DivClassName
{
background-color: #EEE178;
}
.BgClassName
{
background-color: #EEE178;
}
</style>
border-color css
<style>
span { border-color: #EEE178; }
span { border-color: rgb(238,225,120); }
td.TdClassName
{
border-color: #EEE178;
}
.TagClassName
{
border-color: #EEE178;
}
</style>