Shades of Texas #EEF084
Tints of Texas #EEF084
RGB
CMYK
RGB Variations
Color information
#EEF084 (or 0xEEF084) is known color: Texas. HEX triplet: EE, F0 and 84. RGB value is (238,240,132). Sum of RGB (Red+Green+Blue) = 238+240+132=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF084 is #110F7B. Grayscale: #E3E3E3. Windows color (decimal): -1118076 or 8712430. OLE color: 8712430.
HSL color Cylindrical-coordinate representation of color #EEF084: hue angle of 61.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF084 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 132 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.06 |
| HSL | 61.11º | 0.78% | 0.73% | - |
| HSV(B) | 61.11º | 0.45% | 0.94% | - |
| XYZ | 70.58 | 82.16 | 33.97 | - |
| YUV | 227.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 132 | 0.01 | 0 | 0.45 | 0.06 | 61.11 | 0.78 | 0.73 |
| Hex | EE | F0 | 84 | 1 | 0 | 2D | 6 | 3D | 4E | 49 |
| Octal | 356 | 360 | 204 | 1 | 0 | 55 | 6 | 75 | 116 | 111 |
| Binary | 11101110 | 11110000 | 10000100 | 1 | 0 | 101101 | 110 | 111101 | 1001110 | 1001001 |
Color Harmonies of #EEF084
Complementary color
Monochromatic Colors of #EEF084
Black with #EEF084
Text Example
Text Example
White with #EEF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF084; }
p { color: rgb(238,240,132); }
H1.HeaderClassName
{
color: #EEF084;
}
.AnyTagClassName
{
color: #EEF084;
}
</style>
background-color css
<style>
a { background-color: #EEF084; }
a { background-color: rgb(238,240,132); }
div.DivClassName
{
background-color: #EEF084;
}
.BgClassName
{
background-color: #EEF084;
}
</style>
border-color css
<style>
span { border-color: #EEF084; }
span { border-color: rgb(238,240,132); }
td.TdClassName
{
border-color: #EEF084;
}
.TagClassName
{
border-color: #EEF084;
}
</style>