Shades of Texas #EEE474
Tints of Texas #EEE474
RGB
CMYK
RGB Variations
Color information
#EEE474 (or 0xEEE474) is known color: Texas. HEX triplet: EE, E4 and 74. RGB value is (238,228,116). Sum of RGB (Red+Green+Blue) = 238+228+116=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE474 is #111B8B. Grayscale: #DADADA. Windows color (decimal): -1121164 or 7660782. OLE color: 7660782.
HSL color Cylindrical-coordinate representation of color #EEE474: hue angle of 55.08º 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 #EEE474 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 116 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.07 |
| HSL | 55.08º | 0.78% | 0.69% | - |
| HSV(B) | 55.08º | 0.51% | 0.93% | - |
| XYZ | 66.16 | 74.92 | 27.5 | - |
| YUV | 218.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 116 | 0 | 0.04 | 0.51 | 0.07 | 55.08 | 0.78 | 0.69 |
| Hex | EE | E4 | 74 | 0 | 4 | 33 | 7 | 37 | 4E | 45 |
| Octal | 356 | 344 | 164 | 0 | 4 | 63 | 7 | 67 | 116 | 105 |
| Binary | 11101110 | 11100100 | 1110100 | 0 | 100 | 110011 | 111 | 110111 | 1001110 | 1000101 |
Color Harmonies of #EEE474
Complementary color
Monochromatic Colors of #EEE474
Black with #EEE474
Text Example
Text Example
White with #EEE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE474; }
p { color: rgb(238,228,116); }
H1.HeaderClassName
{
color: #EEE474;
}
.AnyTagClassName
{
color: #EEE474;
}
</style>
background-color css
<style>
a { background-color: #EEE474; }
a { background-color: rgb(238,228,116); }
div.DivClassName
{
background-color: #EEE474;
}
.BgClassName
{
background-color: #EEE474;
}
</style>
border-color css
<style>
span { border-color: #EEE474; }
span { border-color: rgb(238,228,116); }
td.TdClassName
{
border-color: #EEE474;
}
.TagClassName
{
border-color: #EEE474;
}
</style>