Shades of Texas #EEE885
Tints of Texas #EEE885
RGB
CMYK
RGB Variations
Color information
#EEE885 (or 0xEEE885) is known color: Texas. HEX triplet: EE, E8 and 85. RGB value is (238,232,133). Sum of RGB (Red+Green+Blue) = 238+232+133=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE885 is #11177A. Grayscale: #DEDEDE. Windows color (decimal): -1120123 or 8775918. OLE color: 8775918.
HSL color Cylindrical-coordinate representation of color #EEE885: hue angle of 56.57º 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 #EEE885 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 133 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 56.57º | 0.76% | 0.73% | - |
| HSV(B) | 56.57º | 0.44% | 0.93% | - |
| XYZ | 68.35 | 77.58 | 33.56 | - |
| YUV | 222.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 133 | 0 | 0.03 | 0.44 | 0.07 | 56.57 | 0.76 | 0.73 |
| Hex | EE | E8 | 85 | 0 | 3 | 2C | 7 | 39 | 4C | 49 |
| Octal | 356 | 350 | 205 | 0 | 3 | 54 | 7 | 71 | 114 | 111 |
| Binary | 11101110 | 11101000 | 10000101 | 0 | 11 | 101100 | 111 | 111001 | 1001100 | 1001001 |
Color Harmonies of #EEE885
Complementary color
Monochromatic Colors of #EEE885
Black with #EEE885
Text Example
Text Example
White with #EEE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE885; }
p { color: rgb(238,232,133); }
H1.HeaderClassName
{
color: #EEE885;
}
.AnyTagClassName
{
color: #EEE885;
}
</style>
background-color css
<style>
a { background-color: #EEE885; }
a { background-color: rgb(238,232,133); }
div.DivClassName
{
background-color: #EEE885;
}
.BgClassName
{
background-color: #EEE885;
}
</style>
border-color css
<style>
span { border-color: #EEE885; }
span { border-color: rgb(238,232,133); }
td.TdClassName
{
border-color: #EEE885;
}
.TagClassName
{
border-color: #EEE885;
}
</style>