Shades of Texas #EEE975
Tints of Texas #EEE975
RGB
CMYK
RGB Variations
Color information
#EEE975 (or 0xEEE975) is known color: Texas. HEX triplet: EE, E9 and 75. RGB value is (238,233,117). Sum of RGB (Red+Green+Blue) = 238+233+117=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE975 is #11168A. Grayscale: #DDDDDD. Windows color (decimal): -1119883 or 7727598. OLE color: 7727598.
HSL color Cylindrical-coordinate representation of color #EEE975: hue angle of 57.52º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE975 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 117 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.07 |
| HSL | 57.52º | 0.78% | 0.7% | - |
| HSV(B) | 57.52º | 0.51% | 0.93% | - |
| XYZ | 67.61 | 77.74 | 28.27 | - |
| YUV | 221.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 117 | 0 | 0.02 | 0.51 | 0.07 | 57.52 | 0.78 | 0.7 |
| Hex | EE | E9 | 75 | 0 | 2 | 33 | 7 | 3A | 4E | 46 |
| Octal | 356 | 351 | 165 | 0 | 2 | 63 | 7 | 72 | 116 | 106 |
| Binary | 11101110 | 11101001 | 1110101 | 0 | 10 | 110011 | 111 | 111010 | 1001110 | 1000110 |
Color Harmonies of #EEE975
Complementary color
Monochromatic Colors of #EEE975
Black with #EEE975
Text Example
Text Example
White with #EEE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE975; }
p { color: rgb(238,233,117); }
H1.HeaderClassName
{
color: #EEE975;
}
.AnyTagClassName
{
color: #EEE975;
}
</style>
background-color css
<style>
a { background-color: #EEE975; }
a { background-color: rgb(238,233,117); }
div.DivClassName
{
background-color: #EEE975;
}
.BgClassName
{
background-color: #EEE975;
}
</style>
border-color css
<style>
span { border-color: #EEE975; }
span { border-color: rgb(238,233,117); }
td.TdClassName
{
border-color: #EEE975;
}
.TagClassName
{
border-color: #EEE975;
}
</style>