Shades of Texas #EEE280
Tints of Texas #EEE280
RGB
CMYK
RGB Variations
Color information
#EEE280 (or 0xEEE280) is known color: Texas. HEX triplet: EE, E2 and 80. RGB value is (238,226,128). Sum of RGB (Red+Green+Blue) = 238+226+128=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE280 is #111D7F. Grayscale: #DADADA. Windows color (decimal): -1121664 or 8446702. OLE color: 8446702.
HSL color Cylindrical-coordinate representation of color #EEE280: hue angle of 53.45º 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 #EEE280 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 53.45º | 0.76% | 0.72% | - |
| HSV(B) | 53.45º | 0.46% | 0.93% | - |
| XYZ | 66.35 | 74.13 | 31.23 | - |
| YUV | 218.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 128 | 0 | 0.05 | 0.46 | 0.07 | 53.45 | 0.76 | 0.72 |
| Hex | EE | E2 | 80 | 0 | 5 | 2E | 7 | 35 | 4C | 48 |
| Octal | 356 | 342 | 200 | 0 | 5 | 56 | 7 | 65 | 114 | 110 |
| Binary | 11101110 | 11100010 | 10000000 | 0 | 101 | 101110 | 111 | 110101 | 1001100 | 1001000 |
Color Harmonies of #EEE280
Complementary color
Monochromatic Colors of #EEE280
Black with #EEE280
Text Example
Text Example
White with #EEE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE280; }
p { color: rgb(238,226,128); }
H1.HeaderClassName
{
color: #EEE280;
}
.AnyTagClassName
{
color: #EEE280;
}
</style>
background-color css
<style>
a { background-color: #EEE280; }
a { background-color: rgb(238,226,128); }
div.DivClassName
{
background-color: #EEE280;
}
.BgClassName
{
background-color: #EEE280;
}
</style>
border-color css
<style>
span { border-color: #EEE280; }
span { border-color: rgb(238,226,128); }
td.TdClassName
{
border-color: #EEE280;
}
.TagClassName
{
border-color: #EEE280;
}
</style>