Shades of Texas #EEE685
Tints of Texas #EEE685
RGB
CMYK
RGB Variations
Color information
#EEE685 (or 0xEEE685) is known color: Texas. HEX triplet: EE, E6 and 85. RGB value is (238,230,133). Sum of RGB (Red+Green+Blue) = 238+230+133=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE685 is #11197A. Grayscale: #DDDDDD. Windows color (decimal): -1120635 or 8775406. OLE color: 8775406.
HSL color Cylindrical-coordinate representation of color #EEE685: hue angle of 55.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEE685 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 133 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 55.43º | 0.76% | 0.73% | - |
| HSV(B) | 55.43º | 0.44% | 0.93% | - |
| XYZ | 67.79 | 76.46 | 33.38 | - |
| YUV | 221.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 133 | 0 | 0.03 | 0.44 | 0.07 | 55.43 | 0.76 | 0.73 |
| Hex | EE | E6 | 85 | 0 | 3 | 2C | 7 | 37 | 4C | 49 |
| Octal | 356 | 346 | 205 | 0 | 3 | 54 | 7 | 67 | 114 | 111 |
| Binary | 11101110 | 11100110 | 10000101 | 0 | 11 | 101100 | 111 | 110111 | 1001100 | 1001001 |
Color Harmonies of #EEE685
Complementary color
Monochromatic Colors of #EEE685
Black with #EEE685
Text Example
Text Example
White with #EEE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE685; }
p { color: rgb(238,230,133); }
H1.HeaderClassName
{
color: #EEE685;
}
.AnyTagClassName
{
color: #EEE685;
}
</style>
background-color css
<style>
a { background-color: #EEE685; }
a { background-color: rgb(238,230,133); }
div.DivClassName
{
background-color: #EEE685;
}
.BgClassName
{
background-color: #EEE685;
}
</style>
border-color css
<style>
span { border-color: #EEE685; }
span { border-color: rgb(238,230,133); }
td.TdClassName
{
border-color: #EEE685;
}
.TagClassName
{
border-color: #EEE685;
}
</style>