Shades of Texas #EEE372
Tints of Texas #EEE372
RGB
CMYK
RGB Variations
Color information
#EEE372 (or 0xEEE372) is known color: Texas. HEX triplet: EE, E3 and 72. RGB value is (238,227,114). Sum of RGB (Red+Green+Blue) = 238+227+114=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE372 is #111C8D. Grayscale: #D9D9D9. Windows color (decimal): -1121422 or 7529454. OLE color: 7529454.
HSL color Cylindrical-coordinate representation of color #EEE372: hue angle of 54.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEE372 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 114 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.07 |
| HSL | 54.68º | 0.78% | 0.69% | - |
| HSV(B) | 54.68º | 0.52% | 0.93% | - |
| XYZ | 65.77 | 74.33 | 26.8 | - |
| YUV | 217.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 114 | 0 | 0.05 | 0.52 | 0.07 | 54.68 | 0.78 | 0.69 |
| Hex | EE | E3 | 72 | 0 | 5 | 34 | 7 | 37 | 4E | 45 |
| Octal | 356 | 343 | 162 | 0 | 5 | 64 | 7 | 67 | 116 | 105 |
| Binary | 11101110 | 11100011 | 1110010 | 0 | 101 | 110100 | 111 | 110111 | 1001110 | 1000101 |
Color Harmonies of #EEE372
Complementary color
Monochromatic Colors of #EEE372
Black with #EEE372
Text Example
Text Example
White with #EEE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE372; }
p { color: rgb(238,227,114); }
H1.HeaderClassName
{
color: #EEE372;
}
.AnyTagClassName
{
color: #EEE372;
}
</style>
background-color css
<style>
a { background-color: #EEE372; }
a { background-color: rgb(238,227,114); }
div.DivClassName
{
background-color: #EEE372;
}
.BgClassName
{
background-color: #EEE372;
}
</style>
border-color css
<style>
span { border-color: #EEE372; }
span { border-color: rgb(238,227,114); }
td.TdClassName
{
border-color: #EEE372;
}
.TagClassName
{
border-color: #EEE372;
}
</style>