Shades of Texas #EEF280
Tints of Texas #EEF280
RGB
CMYK
RGB Variations
Color information
#EEF280 (or 0xEEF280) is known color: Texas. HEX triplet: EE, F2 and 80. RGB value is (238,242,128). Sum of RGB (Red+Green+Blue) = 238+242+128=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF280 is #110D7F. Grayscale: #E4E4E4. Windows color (decimal): -1117568 or 8450798. OLE color: 8450798.
HSL color Cylindrical-coordinate representation of color #EEF280: hue angle of 62.11º 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 #EEF280 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 128 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.11º | 0.81% | 0.73% | - |
| HSV(B) | 62.11º | 0.47% | 0.95% | - |
| XYZ | 70.91 | 83.24 | 32.75 | - |
| YUV | 227.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 128 | 0.02 | 0 | 0.47 | 0.05 | 62.11 | 0.81 | 0.73 |
| Hex | EE | F2 | 80 | 2 | 0 | 2F | 5 | 3E | 51 | 49 |
| Octal | 356 | 362 | 200 | 2 | 0 | 57 | 5 | 76 | 121 | 111 |
| Binary | 11101110 | 11110010 | 10000000 | 10 | 0 | 101111 | 101 | 111110 | 1010001 | 1001001 |
Color Harmonies of #EEF280
Complementary color
Monochromatic Colors of #EEF280
Black with #EEF280
Text Example
Text Example
White with #EEF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF280; }
p { color: rgb(238,242,128); }
H1.HeaderClassName
{
color: #EEF280;
}
.AnyTagClassName
{
color: #EEF280;
}
</style>
background-color css
<style>
a { background-color: #EEF280; }
a { background-color: rgb(238,242,128); }
div.DivClassName
{
background-color: #EEF280;
}
.BgClassName
{
background-color: #EEF280;
}
</style>
border-color css
<style>
span { border-color: #EEF280; }
span { border-color: rgb(238,242,128); }
td.TdClassName
{
border-color: #EEF280;
}
.TagClassName
{
border-color: #EEF280;
}
</style>