Shades of Texas #EEE778
Tints of Texas #EEE778
RGB
CMYK
RGB Variations
Color information
#EEE778 (or 0xEEE778) is known color: Texas. HEX triplet: EE, E7 and 78. RGB value is (238,231,120). Sum of RGB (Red+Green+Blue) = 238+231+120=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE778 is #111887. Grayscale: #DCDCDC. Windows color (decimal): -1120392 or 7923694. OLE color: 7923694.
HSL color Cylindrical-coordinate representation of color #EEE778: hue angle of 56.44º 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 #EEE778 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 120 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.07 |
| HSL | 56.44º | 0.78% | 0.7% | - |
| HSV(B) | 56.44º | 0.5% | 0.93% | - |
| XYZ | 67.23 | 76.69 | 29.03 | - |
| YUV | 220.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 120 | 0 | 0.03 | 0.50 | 0.07 | 56.44 | 0.78 | 0.7 |
| Hex | EE | E7 | 78 | 0 | 3 | 32 | 7 | 38 | 4E | 46 |
| Octal | 356 | 347 | 170 | 0 | 3 | 62 | 7 | 70 | 116 | 106 |
| Binary | 11101110 | 11100111 | 1111000 | 0 | 11 | 110010 | 111 | 111000 | 1001110 | 1000110 |
Color Harmonies of #EEE778
Complementary color
Monochromatic Colors of #EEE778
Black with #EEE778
Text Example
Text Example
White with #EEE778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE778; }
p { color: rgb(238,231,120); }
H1.HeaderClassName
{
color: #EEE778;
}
.AnyTagClassName
{
color: #EEE778;
}
</style>
background-color css
<style>
a { background-color: #EEE778; }
a { background-color: rgb(238,231,120); }
div.DivClassName
{
background-color: #EEE778;
}
.BgClassName
{
background-color: #EEE778;
}
</style>
border-color css
<style>
span { border-color: #EEE778; }
span { border-color: rgb(238,231,120); }
td.TdClassName
{
border-color: #EEE778;
}
.TagClassName
{
border-color: #EEE778;
}
</style>