Shades of Texas #EEE580
Tints of Texas #EEE580
RGB
CMYK
RGB Variations
Color information
#EEE580 (or 0xEEE580) is known color: Texas. HEX triplet: EE, E5 and 80. RGB value is (238,229,128). Sum of RGB (Red+Green+Blue) = 238+229+128=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE580 is #111A7F. Grayscale: #DCDCDC. Windows color (decimal): -1120896 or 8447470. OLE color: 8447470.
HSL color Cylindrical-coordinate representation of color #EEE580: hue angle of 55.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEE580 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 55.09º | 0.76% | 0.72% | - |
| HSV(B) | 55.09º | 0.46% | 0.93% | - |
| XYZ | 67.18 | 75.77 | 31.51 | - |
| YUV | 220.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 128 | 0 | 0.04 | 0.46 | 0.07 | 55.09 | 0.76 | 0.72 |
| Hex | EE | E5 | 80 | 0 | 4 | 2E | 7 | 37 | 4C | 48 |
| Octal | 356 | 345 | 200 | 0 | 4 | 56 | 7 | 67 | 114 | 110 |
| Binary | 11101110 | 11100101 | 10000000 | 0 | 100 | 101110 | 111 | 110111 | 1001100 | 1001000 |
Color Harmonies of #EEE580
Complementary color
Monochromatic Colors of #EEE580
Black with #EEE580
Text Example
Text Example
White with #EEE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE580; }
p { color: rgb(238,229,128); }
H1.HeaderClassName
{
color: #EEE580;
}
.AnyTagClassName
{
color: #EEE580;
}
</style>
background-color css
<style>
a { background-color: #EEE580; }
a { background-color: rgb(238,229,128); }
div.DivClassName
{
background-color: #EEE580;
}
.BgClassName
{
background-color: #EEE580;
}
</style>
border-color css
<style>
span { border-color: #EEE580; }
span { border-color: rgb(238,229,128); }
td.TdClassName
{
border-color: #EEE580;
}
.TagClassName
{
border-color: #EEE580;
}
</style>