Shades of Texas #EEE682
Tints of Texas #EEE682
RGB
CMYK
RGB Variations
Color information
#EEE682 (or 0xEEE682) is known color: Texas. HEX triplet: EE, E6 and 82. RGB value is (238,230,130). Sum of RGB (Red+Green+Blue) = 238+230+130=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE682 is #11197D. Grayscale: #DDDDDD. Windows color (decimal): -1120638 or 8578798. OLE color: 8578798.
HSL color Cylindrical-coordinate representation of color #EEE682: hue angle of 55.56º 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 #EEE682 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 130 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 55.56º | 0.76% | 0.72% | - |
| HSV(B) | 55.56º | 0.45% | 0.93% | - |
| XYZ | 67.59 | 76.38 | 32.3 | - |
| YUV | 220.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 130 | 0 | 0.03 | 0.45 | 0.07 | 55.56 | 0.76 | 0.72 |
| Hex | EE | E6 | 82 | 0 | 3 | 2D | 7 | 38 | 4C | 48 |
| Octal | 356 | 346 | 202 | 0 | 3 | 55 | 7 | 70 | 114 | 110 |
| Binary | 11101110 | 11100110 | 10000010 | 0 | 11 | 101101 | 111 | 111000 | 1001100 | 1001000 |
Color Harmonies of #EEE682
Complementary color
Monochromatic Colors of #EEE682
Black with #EEE682
Text Example
Text Example
White with #EEE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE682; }
p { color: rgb(238,230,130); }
H1.HeaderClassName
{
color: #EEE682;
}
.AnyTagClassName
{
color: #EEE682;
}
</style>
background-color css
<style>
a { background-color: #EEE682; }
a { background-color: rgb(238,230,130); }
div.DivClassName
{
background-color: #EEE682;
}
.BgClassName
{
background-color: #EEE682;
}
</style>
border-color css
<style>
span { border-color: #EEE682; }
span { border-color: rgb(238,230,130); }
td.TdClassName
{
border-color: #EEE682;
}
.TagClassName
{
border-color: #EEE682;
}
</style>