Shades of Texas #EEED7E
Tints of Texas #EEED7E
RGB
CMYK
RGB Variations
Color information
#EEED7E (or 0xEEED7E) is known color: Texas. HEX triplet: EE, ED and 7E. RGB value is (238,237,126). Sum of RGB (Red+Green+Blue) = 238+237+126=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED7E is #111281. Grayscale: #E1E1E1. Windows color (decimal): -1118850 or 8318446. OLE color: 8318446.
HSL color Cylindrical-coordinate representation of color #EEED7E: hue angle of 59.46º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEED7E is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 126 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.07 |
| HSL | 59.46º | 0.77% | 0.71% | - |
| HSV(B) | 59.46º | 0.47% | 0.93% | - |
| XYZ | 69.31 | 80.25 | 31.58 | - |
| YUV | 224.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 126 | 0 | 0.00 | 0.47 | 0.07 | 59.46 | 0.77 | 0.71 |
| Hex | EE | ED | 7E | 0 | 0 | 2F | 7 | 3B | 4D | 47 |
| Octal | 356 | 355 | 176 | 0 | 0 | 57 | 7 | 73 | 115 | 107 |
| Binary | 11101110 | 11101101 | 1111110 | 0 | 0 | 101111 | 111 | 111011 | 1001101 | 1000111 |
Color Harmonies of #EEED7E
Complementary color
Monochromatic Colors of #EEED7E
Black with #EEED7E
Text Example
Text Example
White with #EEED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED7E; }
p { color: rgb(238,237,126); }
H1.HeaderClassName
{
color: #EEED7E;
}
.AnyTagClassName
{
color: #EEED7E;
}
</style>
background-color css
<style>
a { background-color: #EEED7E; }
a { background-color: rgb(238,237,126); }
div.DivClassName
{
background-color: #EEED7E;
}
.BgClassName
{
background-color: #EEED7E;
}
</style>
border-color css
<style>
span { border-color: #EEED7E; }
span { border-color: rgb(238,237,126); }
td.TdClassName
{
border-color: #EEED7E;
}
.TagClassName
{
border-color: #EEED7E;
}
</style>