Shades of Texas #EEE377
Tints of Texas #EEE377
RGB
CMYK
RGB Variations
Color information
#EEE377 (or 0xEEE377) is known color: Texas. HEX triplet: EE, E3 and 77. RGB value is (238,227,119). Sum of RGB (Red+Green+Blue) = 238+227+119=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE377 is #111C88. Grayscale: #DADADA. Windows color (decimal): -1121417 or 7857134. OLE color: 7857134.
HSL color Cylindrical-coordinate representation of color #EEE377: hue angle of 54.45º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEE377 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 119 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.07 |
| HSL | 54.45º | 0.78% | 0.7% | - |
| HSV(B) | 54.45º | 0.5% | 0.93% | - |
| XYZ | 66.06 | 74.45 | 28.34 | - |
| YUV | 217.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 119 | 0 | 0.05 | 0.50 | 0.07 | 54.45 | 0.78 | 0.7 |
| Hex | EE | E3 | 77 | 0 | 5 | 32 | 7 | 36 | 4E | 46 |
| Octal | 356 | 343 | 167 | 0 | 5 | 62 | 7 | 66 | 116 | 106 |
| Binary | 11101110 | 11100011 | 1110111 | 0 | 101 | 110010 | 111 | 110110 | 1001110 | 1000110 |
Color Harmonies of #EEE377
Complementary color
Monochromatic Colors of #EEE377
Black with #EEE377
Text Example
Text Example
White with #EEE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE377; }
p { color: rgb(238,227,119); }
H1.HeaderClassName
{
color: #EEE377;
}
.AnyTagClassName
{
color: #EEE377;
}
</style>
background-color css
<style>
a { background-color: #EEE377; }
a { background-color: rgb(238,227,119); }
div.DivClassName
{
background-color: #EEE377;
}
.BgClassName
{
background-color: #EEE377;
}
</style>
border-color css
<style>
span { border-color: #EEE377; }
span { border-color: rgb(238,227,119); }
td.TdClassName
{
border-color: #EEE377;
}
.TagClassName
{
border-color: #EEE377;
}
</style>