Shades of Texas #EEE681
Tints of Texas #EEE681
RGB
CMYK
RGB Variations
Color information
#EEE681 (or 0xEEE681) is known color: Texas. HEX triplet: EE, E6 and 81. RGB value is (238,230,129). Sum of RGB (Red+Green+Blue) = 238+230+129=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE681 is #11197E. Grayscale: #DDDDDD. Windows color (decimal): -1120639 or 8513262. OLE color: 8513262.
HSL color Cylindrical-coordinate representation of color #EEE681: hue angle of 55.6º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEE681 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 129 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 55.6º | 0.76% | 0.72% | - |
| HSV(B) | 55.6º | 0.46% | 0.93% | - |
| XYZ | 67.52 | 76.36 | 31.95 | - |
| YUV | 220.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 129 | 0 | 0.03 | 0.46 | 0.07 | 55.6 | 0.76 | 0.72 |
| Hex | EE | E6 | 81 | 0 | 3 | 2E | 7 | 38 | 4C | 48 |
| Octal | 356 | 346 | 201 | 0 | 3 | 56 | 7 | 70 | 114 | 110 |
| Binary | 11101110 | 11100110 | 10000001 | 0 | 11 | 101110 | 111 | 111000 | 1001100 | 1001000 |
Color Harmonies of #EEE681
Complementary color
Monochromatic Colors of #EEE681
Black with #EEE681
Text Example
Text Example
White with #EEE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE681; }
p { color: rgb(238,230,129); }
H1.HeaderClassName
{
color: #EEE681;
}
.AnyTagClassName
{
color: #EEE681;
}
</style>
background-color css
<style>
a { background-color: #EEE681; }
a { background-color: rgb(238,230,129); }
div.DivClassName
{
background-color: #EEE681;
}
.BgClassName
{
background-color: #EEE681;
}
</style>
border-color css
<style>
span { border-color: #EEE681; }
span { border-color: rgb(238,230,129); }
td.TdClassName
{
border-color: #EEE681;
}
.TagClassName
{
border-color: #EEE681;
}
</style>