Shades of Texas #EEF37F
Tints of Texas #EEF37F
RGB
CMYK
RGB Variations
Color information
#EEF37F (or 0xEEF37F) is known color: Texas. HEX triplet: EE, F3 and 7F. RGB value is (238,243,127). Sum of RGB (Red+Green+Blue) = 238+243+127=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF37F is #110C80. Grayscale: #E4E4E4. Windows color (decimal): -1117313 or 8385518. OLE color: 8385518.
HSL color Cylindrical-coordinate representation of color #EEF37F: hue angle of 62.59º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF37F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 62.59º | 0.83% | 0.73% | - |
| HSV(B) | 62.59º | 0.48% | 0.95% | - |
| XYZ | 71.14 | 83.81 | 32.51 | - |
| YUV | 228.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 127 | 0.02 | 0 | 0.48 | 0.05 | 62.59 | 0.83 | 0.73 |
| Hex | EE | F3 | 7F | 2 | 0 | 30 | 5 | 3F | 53 | 49 |
| Octal | 356 | 363 | 177 | 2 | 0 | 60 | 5 | 77 | 123 | 111 |
| Binary | 11101110 | 11110011 | 1111111 | 10 | 0 | 110000 | 101 | 111111 | 1010011 | 1001001 |
Color Harmonies of #EEF37F
Complementary color
Monochromatic Colors of #EEF37F
Black with #EEF37F
Text Example
Text Example
White with #EEF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF37F; }
p { color: rgb(238,243,127); }
H1.HeaderClassName
{
color: #EEF37F;
}
.AnyTagClassName
{
color: #EEF37F;
}
</style>
background-color css
<style>
a { background-color: #EEF37F; }
a { background-color: rgb(238,243,127); }
div.DivClassName
{
background-color: #EEF37F;
}
.BgClassName
{
background-color: #EEF37F;
}
</style>
border-color css
<style>
span { border-color: #EEF37F; }
span { border-color: rgb(238,243,127); }
td.TdClassName
{
border-color: #EEF37F;
}
.TagClassName
{
border-color: #EEF37F;
}
</style>