Shades of Texas #EEE274
Tints of Texas #EEE274
RGB
CMYK
RGB Variations
Color information
#EEE274 (or 0xEEE274) is known color: Texas. HEX triplet: EE, E2 and 74. RGB value is (238,226,116). Sum of RGB (Red+Green+Blue) = 238+226+116=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE274 is #111D8B. Grayscale: #D9D9D9. Windows color (decimal): -1121676 or 7660270. OLE color: 7660270.
HSL color Cylindrical-coordinate representation of color #EEE274: hue angle of 54.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE274 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 116 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.07 |
| HSL | 54.1º | 0.78% | 0.69% | - |
| HSV(B) | 54.1º | 0.51% | 0.93% | - |
| XYZ | 65.61 | 73.83 | 27.32 | - |
| YUV | 217.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 116 | 0 | 0.05 | 0.51 | 0.07 | 54.1 | 0.78 | 0.69 |
| Hex | EE | E2 | 74 | 0 | 5 | 33 | 7 | 36 | 4E | 45 |
| Octal | 356 | 342 | 164 | 0 | 5 | 63 | 7 | 66 | 116 | 105 |
| Binary | 11101110 | 11100010 | 1110100 | 0 | 101 | 110011 | 111 | 110110 | 1001110 | 1000101 |
Color Harmonies of #EEE274
Complementary color
Monochromatic Colors of #EEE274
Black with #EEE274
Text Example
Text Example
White with #EEE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE274; }
p { color: rgb(238,226,116); }
H1.HeaderClassName
{
color: #EEE274;
}
.AnyTagClassName
{
color: #EEE274;
}
</style>
background-color css
<style>
a { background-color: #EEE274; }
a { background-color: rgb(238,226,116); }
div.DivClassName
{
background-color: #EEE274;
}
.BgClassName
{
background-color: #EEE274;
}
</style>
border-color css
<style>
span { border-color: #EEE274; }
span { border-color: rgb(238,226,116); }
td.TdClassName
{
border-color: #EEE274;
}
.TagClassName
{
border-color: #EEE274;
}
</style>