Shades of Texas #EEF182
Tints of Texas #EEF182
RGB
CMYK
RGB Variations
Color information
#EEF182 (or 0xEEF182) is known color: Texas. HEX triplet: EE, F1 and 82. RGB value is (238,241,130). Sum of RGB (Red+Green+Blue) = 238+241+130=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF182 is #110E7D. Grayscale: #E3E3E3. Windows color (decimal): -1117822 or 8581614. OLE color: 8581614.
HSL color Cylindrical-coordinate representation of color #EEF182: hue angle of 61.62º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEF182 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 130 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.05 |
| HSL | 61.62º | 0.8% | 0.73% | - |
| HSV(B) | 61.62º | 0.46% | 0.95% | - |
| XYZ | 70.74 | 82.7 | 33.35 | - |
| YUV | 227.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 130 | 0.01 | 0 | 0.46 | 0.05 | 61.62 | 0.8 | 0.73 |
| Hex | EE | F1 | 82 | 1 | 0 | 2E | 5 | 3E | 50 | 49 |
| Octal | 356 | 361 | 202 | 1 | 0 | 56 | 5 | 76 | 120 | 111 |
| Binary | 11101110 | 11110001 | 10000010 | 1 | 0 | 101110 | 101 | 111110 | 1010000 | 1001001 |
Color Harmonies of #EEF182
Complementary color
Monochromatic Colors of #EEF182
Black with #EEF182
Text Example
Text Example
White with #EEF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF182; }
p { color: rgb(238,241,130); }
H1.HeaderClassName
{
color: #EEF182;
}
.AnyTagClassName
{
color: #EEF182;
}
</style>
background-color css
<style>
a { background-color: #EEF182; }
a { background-color: rgb(238,241,130); }
div.DivClassName
{
background-color: #EEF182;
}
.BgClassName
{
background-color: #EEF182;
}
</style>
border-color css
<style>
span { border-color: #EEF182; }
span { border-color: rgb(238,241,130); }
td.TdClassName
{
border-color: #EEF182;
}
.TagClassName
{
border-color: #EEF182;
}
</style>