Shades of Texas #EEE883
Tints of Texas #EEE883
RGB
CMYK
RGB Variations
Color information
#EEE883 (or 0xEEE883) is known color: Texas. HEX triplet: EE, E8 and 83. RGB value is (238,232,131). Sum of RGB (Red+Green+Blue) = 238+232+131=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE883 is #11177C. Grayscale: #DEDEDE. Windows color (decimal): -1120125 or 8644846. OLE color: 8644846.
HSL color Cylindrical-coordinate representation of color #EEE883: hue angle of 56.64º 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 #EEE883 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 131 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 56.64º | 0.76% | 0.72% | - |
| HSV(B) | 56.64º | 0.45% | 0.93% | - |
| XYZ | 68.21 | 77.53 | 32.84 | - |
| YUV | 222.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 131 | 0 | 0.03 | 0.45 | 0.07 | 56.64 | 0.76 | 0.72 |
| Hex | EE | E8 | 83 | 0 | 3 | 2D | 7 | 39 | 4C | 48 |
| Octal | 356 | 350 | 203 | 0 | 3 | 55 | 7 | 71 | 114 | 110 |
| Binary | 11101110 | 11101000 | 10000011 | 0 | 11 | 101101 | 111 | 111001 | 1001100 | 1001000 |
Color Harmonies of #EEE883
Complementary color
Monochromatic Colors of #EEE883
Black with #EEE883
Text Example
Text Example
White with #EEE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE883; }
p { color: rgb(238,232,131); }
H1.HeaderClassName
{
color: #EEE883;
}
.AnyTagClassName
{
color: #EEE883;
}
</style>
background-color css
<style>
a { background-color: #EEE883; }
a { background-color: rgb(238,232,131); }
div.DivClassName
{
background-color: #EEE883;
}
.BgClassName
{
background-color: #EEE883;
}
</style>
border-color css
<style>
span { border-color: #EEE883; }
span { border-color: rgb(238,232,131); }
td.TdClassName
{
border-color: #EEE883;
}
.TagClassName
{
border-color: #EEE883;
}
</style>