Shades of Texas #EEE484
Tints of Texas #EEE484
RGB
CMYK
RGB Variations
Color information
#EEE484 (or 0xEEE484) is known color: Texas. HEX triplet: EE, E4 and 84. RGB value is (238,228,132). Sum of RGB (Red+Green+Blue) = 238+228+132=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE484 is #111B7B. Grayscale: #DCDCDC. Windows color (decimal): -1121148 or 8709358. OLE color: 8709358.
HSL color Cylindrical-coordinate representation of color #EEE484: hue angle of 54.34º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE484 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 132 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.07 |
| HSL | 54.34º | 0.76% | 0.73% | - |
| HSV(B) | 54.34º | 0.45% | 0.93% | - |
| XYZ | 67.17 | 75.33 | 32.83 | - |
| YUV | 220.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 132 | 0 | 0.04 | 0.45 | 0.07 | 54.34 | 0.76 | 0.73 |
| Hex | EE | E4 | 84 | 0 | 4 | 2D | 7 | 36 | 4C | 49 |
| Octal | 356 | 344 | 204 | 0 | 4 | 55 | 7 | 66 | 114 | 111 |
| Binary | 11101110 | 11100100 | 10000100 | 0 | 100 | 101101 | 111 | 110110 | 1001100 | 1001001 |
Color Harmonies of #EEE484
Complementary color
Monochromatic Colors of #EEE484
Black with #EEE484
Text Example
Text Example
White with #EEE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE484; }
p { color: rgb(238,228,132); }
H1.HeaderClassName
{
color: #EEE484;
}
.AnyTagClassName
{
color: #EEE484;
}
</style>
background-color css
<style>
a { background-color: #EEE484; }
a { background-color: rgb(238,228,132); }
div.DivClassName
{
background-color: #EEE484;
}
.BgClassName
{
background-color: #EEE484;
}
</style>
border-color css
<style>
span { border-color: #EEE484; }
span { border-color: rgb(238,228,132); }
td.TdClassName
{
border-color: #EEE484;
}
.TagClassName
{
border-color: #EEE484;
}
</style>