Shades of Texas #EEE271
Tints of Texas #EEE271
RGB
CMYK
RGB Variations
Color information
#EEE271 (or 0xEEE271) is known color: Texas. HEX triplet: EE, E2 and 71. RGB value is (238,226,113). Sum of RGB (Red+Green+Blue) = 238+226+113=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE271 is #111D8E. Grayscale: #D9D9D9. Windows color (decimal): -1121679 or 7463662. OLE color: 7463662.
HSL color Cylindrical-coordinate representation of color #EEE271: hue angle of 54.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEE271 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 113 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.07 |
| HSL | 54.24º | 0.79% | 0.69% | - |
| HSV(B) | 54.24º | 0.53% | 0.93% | - |
| XYZ | 65.44 | 73.76 | 26.41 | - |
| YUV | 216.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 113 | 0 | 0.05 | 0.53 | 0.07 | 54.24 | 0.79 | 0.69 |
| Hex | EE | E2 | 71 | 0 | 5 | 35 | 7 | 36 | 4F | 45 |
| Octal | 356 | 342 | 161 | 0 | 5 | 65 | 7 | 66 | 117 | 105 |
| Binary | 11101110 | 11100010 | 1110001 | 0 | 101 | 110101 | 111 | 110110 | 1001111 | 1000101 |
Color Harmonies of #EEE271
Complementary color
Monochromatic Colors of #EEE271
Black with #EEE271
Text Example
Text Example
White with #EEE271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE271; }
p { color: rgb(238,226,113); }
H1.HeaderClassName
{
color: #EEE271;
}
.AnyTagClassName
{
color: #EEE271;
}
</style>
background-color css
<style>
a { background-color: #EEE271; }
a { background-color: rgb(238,226,113); }
div.DivClassName
{
background-color: #EEE271;
}
.BgClassName
{
background-color: #EEE271;
}
</style>
border-color css
<style>
span { border-color: #EEE271; }
span { border-color: rgb(238,226,113); }
td.TdClassName
{
border-color: #EEE271;
}
.TagClassName
{
border-color: #EEE271;
}
</style>