Shades of Texas #EEF180
Tints of Texas #EEF180
RGB
CMYK
RGB Variations
Color information
#EEF180 (or 0xEEF180) is known color: Texas. HEX triplet: EE, F1 and 80. RGB value is (238,241,128). Sum of RGB (Red+Green+Blue) = 238+241+128=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF180 is #110E7F. Grayscale: #E3E3E3. Windows color (decimal): -1117824 or 8450542. OLE color: 8450542.
HSL color Cylindrical-coordinate representation of color #EEF180: hue angle of 61.59º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF180 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 128 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.05 |
| HSL | 61.59º | 0.8% | 0.72% | - |
| HSV(B) | 61.59º | 0.47% | 0.95% | - |
| XYZ | 70.61 | 82.65 | 32.65 | - |
| YUV | 227.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 128 | 0.01 | 0 | 0.47 | 0.05 | 61.59 | 0.8 | 0.72 |
| Hex | EE | F1 | 80 | 1 | 0 | 2F | 5 | 3E | 50 | 48 |
| Octal | 356 | 361 | 200 | 1 | 0 | 57 | 5 | 76 | 120 | 110 |
| Binary | 11101110 | 11110001 | 10000000 | 1 | 0 | 101111 | 101 | 111110 | 1010000 | 1001000 |
Color Harmonies of #EEF180
Complementary color
Monochromatic Colors of #EEF180
Black with #EEF180
Text Example
Text Example
White with #EEF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF180; }
p { color: rgb(238,241,128); }
H1.HeaderClassName
{
color: #EEF180;
}
.AnyTagClassName
{
color: #EEF180;
}
</style>
background-color css
<style>
a { background-color: #EEF180; }
a { background-color: rgb(238,241,128); }
div.DivClassName
{
background-color: #EEF180;
}
.BgClassName
{
background-color: #EEF180;
}
</style>
border-color css
<style>
span { border-color: #EEF180; }
span { border-color: rgb(238,241,128); }
td.TdClassName
{
border-color: #EEF180;
}
.TagClassName
{
border-color: #EEF180;
}
</style>