Shades of Texas #EEF281
Tints of Texas #EEF281
RGB
CMYK
RGB Variations
Color information
#EEF281 (or 0xEEF281) is known color: Texas. HEX triplet: EE, F2 and 81. RGB value is (238,242,129). Sum of RGB (Red+Green+Blue) = 238+242+129=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF281 is #110D7E. Grayscale: #E4E4E4. Windows color (decimal): -1117567 or 8516334. OLE color: 8516334.
HSL color Cylindrical-coordinate representation of color #EEF281: hue angle of 62.12º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF281 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 129 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.12º | 0.81% | 0.73% | - |
| HSV(B) | 62.12º | 0.47% | 0.95% | - |
| XYZ | 70.97 | 83.27 | 33.1 | - |
| YUV | 227.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 129 | 0.02 | 0 | 0.47 | 0.05 | 62.12 | 0.81 | 0.73 |
| Hex | EE | F2 | 81 | 2 | 0 | 2F | 5 | 3E | 51 | 49 |
| Octal | 356 | 362 | 201 | 2 | 0 | 57 | 5 | 76 | 121 | 111 |
| Binary | 11101110 | 11110010 | 10000001 | 10 | 0 | 101111 | 101 | 111110 | 1010001 | 1001001 |
Color Harmonies of #EEF281
Complementary color
Monochromatic Colors of #EEF281
Black with #EEF281
Text Example
Text Example
White with #EEF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF281; }
p { color: rgb(238,242,129); }
H1.HeaderClassName
{
color: #EEF281;
}
.AnyTagClassName
{
color: #EEF281;
}
</style>
background-color css
<style>
a { background-color: #EEF281; }
a { background-color: rgb(238,242,129); }
div.DivClassName
{
background-color: #EEF281;
}
.BgClassName
{
background-color: #EEF281;
}
</style>
border-color css
<style>
span { border-color: #EEF281; }
span { border-color: rgb(238,242,129); }
td.TdClassName
{
border-color: #EEF281;
}
.TagClassName
{
border-color: #EEF281;
}
</style>