Shades of Texas #EEED83
Tints of Texas #EEED83
RGB
CMYK
RGB Variations
Color information
#EEED83 (or 0xEEED83) is known color: Texas. HEX triplet: EE, ED and 83. RGB value is (238,237,131). Sum of RGB (Red+Green+Blue) = 238+237+131=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED83 is #11127C. Grayscale: #E1E1E1. Windows color (decimal): -1118845 or 8646126. OLE color: 8646126.
HSL color Cylindrical-coordinate representation of color #EEED83: hue angle of 59.44º 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 #EEED83 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 131 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.07 |
| HSL | 59.44º | 0.76% | 0.72% | - |
| HSV(B) | 59.44º | 0.45% | 0.93% | - |
| XYZ | 69.64 | 80.38 | 33.32 | - |
| YUV | 225.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 131 | 0 | 0.00 | 0.45 | 0.07 | 59.44 | 0.76 | 0.72 |
| Hex | EE | ED | 83 | 0 | 0 | 2D | 7 | 3B | 4C | 48 |
| Octal | 356 | 355 | 203 | 0 | 0 | 55 | 7 | 73 | 114 | 110 |
| Binary | 11101110 | 11101101 | 10000011 | 0 | 0 | 101101 | 111 | 111011 | 1001100 | 1001000 |
Color Harmonies of #EEED83
Complementary color
Monochromatic Colors of #EEED83
Black with #EEED83
Text Example
Text Example
White with #EEED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED83; }
p { color: rgb(238,237,131); }
H1.HeaderClassName
{
color: #EEED83;
}
.AnyTagClassName
{
color: #EEED83;
}
</style>
background-color css
<style>
a { background-color: #EEED83; }
a { background-color: rgb(238,237,131); }
div.DivClassName
{
background-color: #EEED83;
}
.BgClassName
{
background-color: #EEED83;
}
</style>
border-color css
<style>
span { border-color: #EEED83; }
span { border-color: rgb(238,237,131); }
td.TdClassName
{
border-color: #EEED83;
}
.TagClassName
{
border-color: #EEED83;
}
</style>