Shades of Texas #EEE382
Tints of Texas #EEE382
RGB
CMYK
RGB Variations
Color information
#EEE382 (or 0xEEE382) is known color: Texas. HEX triplet: EE, E3 and 82. RGB value is (238,227,130). Sum of RGB (Red+Green+Blue) = 238+227+130=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE382 is #111C7D. Grayscale: #DBDBDB. Windows color (decimal): -1121406 or 8578030. OLE color: 8578030.
HSL color Cylindrical-coordinate representation of color #EEE382: hue angle of 53.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE382 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 130 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.07 |
| HSL | 53.89º | 0.76% | 0.72% | - |
| HSV(B) | 53.89º | 0.45% | 0.93% | - |
| XYZ | 66.76 | 74.73 | 32.02 | - |
| YUV | 219.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 130 | 0 | 0.05 | 0.45 | 0.07 | 53.89 | 0.76 | 0.72 |
| Hex | EE | E3 | 82 | 0 | 5 | 2D | 7 | 36 | 4C | 48 |
| Octal | 356 | 343 | 202 | 0 | 5 | 55 | 7 | 66 | 114 | 110 |
| Binary | 11101110 | 11100011 | 10000010 | 0 | 101 | 101101 | 111 | 110110 | 1001100 | 1001000 |
Color Harmonies of #EEE382
Complementary color
Monochromatic Colors of #EEE382
Black with #EEE382
Text Example
Text Example
White with #EEE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE382; }
p { color: rgb(238,227,130); }
H1.HeaderClassName
{
color: #EEE382;
}
.AnyTagClassName
{
color: #EEE382;
}
</style>
background-color css
<style>
a { background-color: #EEE382; }
a { background-color: rgb(238,227,130); }
div.DivClassName
{
background-color: #EEE382;
}
.BgClassName
{
background-color: #EEE382;
}
</style>
border-color css
<style>
span { border-color: #EEE382; }
span { border-color: rgb(238,227,130); }
td.TdClassName
{
border-color: #EEE382;
}
.TagClassName
{
border-color: #EEE382;
}
</style>