Shades of Texas #EEF47F
Tints of Texas #EEF47F
RGB
CMYK
RGB Variations
Color information
#EEF47F (or 0xEEF47F) is known color: Texas. HEX triplet: EE, F4 and 7F. RGB value is (238,244,127). Sum of RGB (Red+Green+Blue) = 238+244+127=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF47F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF47F is #110B80. Grayscale: #E5E5E5. Windows color (decimal): -1117057 or 8385774. OLE color: 8385774.
HSL color Cylindrical-coordinate representation of color #EEF47F: hue angle of 63.08º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF47F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.04 |
| HSL | 63.08º | 0.84% | 0.73% | - |
| HSV(B) | 63.08º | 0.48% | 0.96% | - |
| XYZ | 71.44 | 84.41 | 32.61 | - |
| YUV | 228.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 127 | 0.02 | 0 | 0.48 | 0.04 | 63.08 | 0.84 | 0.73 |
| Hex | EE | F4 | 7F | 2 | 0 | 30 | 4 | 3F | 54 | 49 |
| Octal | 356 | 364 | 177 | 2 | 0 | 60 | 4 | 77 | 124 | 111 |
| Binary | 11101110 | 11110100 | 1111111 | 10 | 0 | 110000 | 100 | 111111 | 1010100 | 1001001 |
Color Harmonies of #EEF47F
Complementary color
Monochromatic Colors of #EEF47F
Black with #EEF47F
Text Example
Text Example
White with #EEF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF47F; }
p { color: rgb(238,244,127); }
H1.HeaderClassName
{
color: #EEF47F;
}
.AnyTagClassName
{
color: #EEF47F;
}
</style>
background-color css
<style>
a { background-color: #EEF47F; }
a { background-color: rgb(238,244,127); }
div.DivClassName
{
background-color: #EEF47F;
}
.BgClassName
{
background-color: #EEF47F;
}
</style>
border-color css
<style>
span { border-color: #EEF47F; }
span { border-color: rgb(238,244,127); }
td.TdClassName
{
border-color: #EEF47F;
}
.TagClassName
{
border-color: #EEF47F;
}
</style>