Shades of Texas #EEF27F
Tints of Texas #EEF27F
RGB
CMYK
RGB Variations
Color information
#EEF27F (or 0xEEF27F) is known color: Texas. HEX triplet: EE, F2 and 7F. RGB value is (238,242,127). Sum of RGB (Red+Green+Blue) = 238+242+127=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF27F is #110D80. Grayscale: #E4E4E4. Windows color (decimal): -1117569 or 8385262. OLE color: 8385262.
HSL color Cylindrical-coordinate representation of color #EEF27F: hue angle of 62.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF27F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 62.09º | 0.82% | 0.72% | - |
| HSV(B) | 62.09º | 0.48% | 0.95% | - |
| XYZ | 70.84 | 83.21 | 32.41 | - |
| YUV | 227.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 127 | 0.02 | 0 | 0.48 | 0.05 | 62.09 | 0.82 | 0.72 |
| Hex | EE | F2 | 7F | 2 | 0 | 30 | 5 | 3E | 52 | 48 |
| Octal | 356 | 362 | 177 | 2 | 0 | 60 | 5 | 76 | 122 | 110 |
| Binary | 11101110 | 11110010 | 1111111 | 10 | 0 | 110000 | 101 | 111110 | 1010010 | 1001000 |
Color Harmonies of #EEF27F
Complementary color
Monochromatic Colors of #EEF27F
Black with #EEF27F
Text Example
Text Example
White with #EEF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF27F; }
p { color: rgb(238,242,127); }
H1.HeaderClassName
{
color: #EEF27F;
}
.AnyTagClassName
{
color: #EEF27F;
}
</style>
background-color css
<style>
a { background-color: #EEF27F; }
a { background-color: rgb(238,242,127); }
div.DivClassName
{
background-color: #EEF27F;
}
.BgClassName
{
background-color: #EEF27F;
}
</style>
border-color css
<style>
span { border-color: #EEF27F; }
span { border-color: rgb(238,242,127); }
td.TdClassName
{
border-color: #EEF27F;
}
.TagClassName
{
border-color: #EEF27F;
}
</style>