Shades of Texas #EEF07E
Tints of Texas #EEF07E
RGB
CMYK
RGB Variations
Color information
#EEF07E (or 0xEEF07E) is known color: Texas. HEX triplet: EE, F0 and 7E. RGB value is (238,240,126). Sum of RGB (Red+Green+Blue) = 238+240+126=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF07E is #110F81. Grayscale: #E2E2E2. Windows color (decimal): -1118082 or 8319214. OLE color: 8319214.
HSL color Cylindrical-coordinate representation of color #EEF07E: hue angle of 61.05º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF07E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 126 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.06 |
| HSL | 61.05º | 0.79% | 0.72% | - |
| HSV(B) | 61.05º | 0.48% | 0.94% | - |
| XYZ | 70.19 | 82 | 31.87 | - |
| YUV | 226.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 126 | 0.01 | 0 | 0.48 | 0.06 | 61.05 | 0.79 | 0.72 |
| Hex | EE | F0 | 7E | 1 | 0 | 30 | 6 | 3D | 4F | 48 |
| Octal | 356 | 360 | 176 | 1 | 0 | 60 | 6 | 75 | 117 | 110 |
| Binary | 11101110 | 11110000 | 1111110 | 1 | 0 | 110000 | 110 | 111101 | 1001111 | 1001000 |
Color Harmonies of #EEF07E
Complementary color
Monochromatic Colors of #EEF07E
Black with #EEF07E
Text Example
Text Example
White with #EEF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF07E; }
p { color: rgb(238,240,126); }
H1.HeaderClassName
{
color: #EEF07E;
}
.AnyTagClassName
{
color: #EEF07E;
}
</style>
background-color css
<style>
a { background-color: #EEF07E; }
a { background-color: rgb(238,240,126); }
div.DivClassName
{
background-color: #EEF07E;
}
.BgClassName
{
background-color: #EEF07E;
}
</style>
border-color css
<style>
span { border-color: #EEF07E; }
span { border-color: rgb(238,240,126); }
td.TdClassName
{
border-color: #EEF07E;
}
.TagClassName
{
border-color: #EEF07E;
}
</style>