Shades of Texas #EEE375
Tints of Texas #EEE375
RGB
CMYK
RGB Variations
Color information
#EEE375 (or 0xEEE375) is known color: Texas. HEX triplet: EE, E3 and 75. RGB value is (238,227,117). Sum of RGB (Red+Green+Blue) = 238+227+117=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE375 is #111C8A. Grayscale: #DADADA. Windows color (decimal): -1121419 or 7726062. OLE color: 7726062.
HSL color Cylindrical-coordinate representation of color #EEE375: hue angle of 54.55º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE375 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 117 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.07 |
| HSL | 54.55º | 0.78% | 0.7% | - |
| HSV(B) | 54.55º | 0.51% | 0.93% | - |
| XYZ | 65.94 | 74.4 | 27.71 | - |
| YUV | 217.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 117 | 0 | 0.05 | 0.51 | 0.07 | 54.55 | 0.78 | 0.7 |
| Hex | EE | E3 | 75 | 0 | 5 | 33 | 7 | 37 | 4E | 46 |
| Octal | 356 | 343 | 165 | 0 | 5 | 63 | 7 | 67 | 116 | 106 |
| Binary | 11101110 | 11100011 | 1110101 | 0 | 101 | 110011 | 111 | 110111 | 1001110 | 1000110 |
Color Harmonies of #EEE375
Complementary color
Monochromatic Colors of #EEE375
Black with #EEE375
Text Example
Text Example
White with #EEE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE375; }
p { color: rgb(238,227,117); }
H1.HeaderClassName
{
color: #EEE375;
}
.AnyTagClassName
{
color: #EEE375;
}
</style>
background-color css
<style>
a { background-color: #EEE375; }
a { background-color: rgb(238,227,117); }
div.DivClassName
{
background-color: #EEE375;
}
.BgClassName
{
background-color: #EEE375;
}
</style>
border-color css
<style>
span { border-color: #EEE375; }
span { border-color: rgb(238,227,117); }
td.TdClassName
{
border-color: #EEE375;
}
.TagClassName
{
border-color: #EEE375;
}
</style>