Shades of Texas #EEE676
Tints of Texas #EEE676
RGB
CMYK
RGB Variations
Color information
#EEE676 (or 0xEEE676) is known color: Texas. HEX triplet: EE, E6 and 76. RGB value is (238,230,118). Sum of RGB (Red+Green+Blue) = 238+230+118=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE676 is #111989. Grayscale: #DCDCDC. Windows color (decimal): -1120650 or 7792366. OLE color: 7792366.
HSL color Cylindrical-coordinate representation of color #EEE676: hue angle of 56º 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 #EEE676 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 118 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.07 |
| HSL | 56º | 0.78% | 0.7% | - |
| HSV(B) | 56º | 0.5% | 0.93% | - |
| XYZ | 66.83 | 76.08 | 28.3 | - |
| YUV | 219.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 118 | 0 | 0.03 | 0.50 | 0.07 | 56 | 0.78 | 0.7 |
| Hex | EE | E6 | 76 | 0 | 3 | 32 | 7 | 38 | 4E | 46 |
| Octal | 356 | 346 | 166 | 0 | 3 | 62 | 7 | 70 | 116 | 106 |
| Binary | 11101110 | 11100110 | 1110110 | 0 | 11 | 110010 | 111 | 111000 | 1001110 | 1000110 |
Color Harmonies of #EEE676
Complementary color
Monochromatic Colors of #EEE676
Black with #EEE676
Text Example
Text Example
White with #EEE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE676; }
p { color: rgb(238,230,118); }
H1.HeaderClassName
{
color: #EEE676;
}
.AnyTagClassName
{
color: #EEE676;
}
</style>
background-color css
<style>
a { background-color: #EEE676; }
a { background-color: rgb(238,230,118); }
div.DivClassName
{
background-color: #EEE676;
}
.BgClassName
{
background-color: #EEE676;
}
</style>
border-color css
<style>
span { border-color: #EEE676; }
span { border-color: rgb(238,230,118); }
td.TdClassName
{
border-color: #EEE676;
}
.TagClassName
{
border-color: #EEE676;
}
</style>