Shades of Texas #EEF080
Tints of Texas #EEF080
RGB
CMYK
RGB Variations
Color information
#EEF080 (or 0xEEF080) is known color: Texas. HEX triplet: EE, F0 and 80. RGB value is (238,240,128). Sum of RGB (Red+Green+Blue) = 238+240+128=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF080 is #110F7F. Grayscale: #E3E3E3. Windows color (decimal): -1118080 or 8450286. OLE color: 8450286.
HSL color Cylindrical-coordinate representation of color #EEF080: hue angle of 61.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF080 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 128 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.06 |
| HSL | 61.07º | 0.79% | 0.72% | - |
| HSV(B) | 61.07º | 0.47% | 0.94% | - |
| XYZ | 70.32 | 82.06 | 32.55 | - |
| YUV | 226.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 128 | 0.01 | 0 | 0.47 | 0.06 | 61.07 | 0.79 | 0.72 |
| Hex | EE | F0 | 80 | 1 | 0 | 2F | 6 | 3D | 4F | 48 |
| Octal | 356 | 360 | 200 | 1 | 0 | 57 | 6 | 75 | 117 | 110 |
| Binary | 11101110 | 11110000 | 10000000 | 1 | 0 | 101111 | 110 | 111101 | 1001111 | 1001000 |
Color Harmonies of #EEF080
Complementary color
Monochromatic Colors of #EEF080
Black with #EEF080
Text Example
Text Example
White with #EEF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF080; }
p { color: rgb(238,240,128); }
H1.HeaderClassName
{
color: #EEF080;
}
.AnyTagClassName
{
color: #EEF080;
}
</style>
background-color css
<style>
a { background-color: #EEF080; }
a { background-color: rgb(238,240,128); }
div.DivClassName
{
background-color: #EEF080;
}
.BgClassName
{
background-color: #EEF080;
}
</style>
border-color css
<style>
span { border-color: #EEF080; }
span { border-color: rgb(238,240,128); }
td.TdClassName
{
border-color: #EEF080;
}
.TagClassName
{
border-color: #EEF080;
}
</style>