Shades of Texas #EEF17D
Tints of Texas #EEF17D
RGB
CMYK
RGB Variations
Color information
#EEF17D (or 0xEEF17D) is known color: Texas. HEX triplet: EE, F1 and 7D. RGB value is (238,241,125). Sum of RGB (Red+Green+Blue) = 238+241+125=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF17D is #110E82. Grayscale: #E3E3E3. Windows color (decimal): -1117827 or 8253934. OLE color: 8253934.
HSL color Cylindrical-coordinate representation of color #EEF17D: hue angle of 61.55º degrees, saturation: 0.81, 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 #EEF17D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 125 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.05 |
| HSL | 61.55º | 0.81% | 0.72% | - |
| HSV(B) | 61.55º | 0.48% | 0.95% | - |
| XYZ | 70.42 | 82.57 | 31.63 | - |
| YUV | 226.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 125 | 0.01 | 0 | 0.48 | 0.05 | 61.55 | 0.81 | 0.72 |
| Hex | EE | F1 | 7D | 1 | 0 | 30 | 5 | 3E | 51 | 48 |
| Octal | 356 | 361 | 175 | 1 | 0 | 60 | 5 | 76 | 121 | 110 |
| Binary | 11101110 | 11110001 | 1111101 | 1 | 0 | 110000 | 101 | 111110 | 1010001 | 1001000 |
Color Harmonies of #EEF17D
Complementary color
Monochromatic Colors of #EEF17D
Black with #EEF17D
Text Example
Text Example
White with #EEF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF17D; }
p { color: rgb(238,241,125); }
H1.HeaderClassName
{
color: #EEF17D;
}
.AnyTagClassName
{
color: #EEF17D;
}
</style>
background-color css
<style>
a { background-color: #EEF17D; }
a { background-color: rgb(238,241,125); }
div.DivClassName
{
background-color: #EEF17D;
}
.BgClassName
{
background-color: #EEF17D;
}
</style>
border-color css
<style>
span { border-color: #EEF17D; }
span { border-color: rgb(238,241,125); }
td.TdClassName
{
border-color: #EEF17D;
}
.TagClassName
{
border-color: #EEF17D;
}
</style>