Shades of Texas #E9ED7C
Tints of Texas #E9ED7C
RGB
CMYK
RGB Variations
Color information
#E9ED7C (or 0xE9ED7C) is known color: Texas. HEX triplet: E9, ED and 7C. RGB value is (233,237,124). Sum of RGB (Red+Green+Blue) = 233+237+124=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9ED7C is #161283. Grayscale: #DFDFDF. Windows color (decimal): -1446532 or 8187369. OLE color: 8187369.
HSL color Cylindrical-coordinate representation of color #E9ED7C: hue angle of 62.12º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9ED7C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 124 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.07 |
| HSL | 62.12º | 0.76% | 0.71% | - |
| HSV(B) | 62.12º | 0.48% | 0.93% | - |
| XYZ | 67.53 | 79.35 | 30.83 | - |
| YUV | 222.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 124 | 0.02 | 0 | 0.48 | 0.07 | 62.12 | 0.76 | 0.71 |
| Hex | E9 | ED | 7C | 2 | 0 | 30 | 7 | 3E | 4C | 47 |
| Octal | 351 | 355 | 174 | 2 | 0 | 60 | 7 | 76 | 114 | 107 |
| Binary | 11101001 | 11101101 | 1111100 | 10 | 0 | 110000 | 111 | 111110 | 1001100 | 1000111 |
Color Harmonies of #E9ED7C
Complementary color
Monochromatic Colors of #E9ED7C
Black with #E9ED7C
Text Example
Text Example
White with #E9ED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED7C; }
p { color: rgb(233,237,124); }
H1.HeaderClassName
{
color: #E9ED7C;
}
.AnyTagClassName
{
color: #E9ED7C;
}
</style>
background-color css
<style>
a { background-color: #E9ED7C; }
a { background-color: rgb(233,237,124); }
div.DivClassName
{
background-color: #E9ED7C;
}
.BgClassName
{
background-color: #E9ED7C;
}
</style>
border-color css
<style>
span { border-color: #E9ED7C; }
span { border-color: rgb(233,237,124); }
td.TdClassName
{
border-color: #E9ED7C;
}
.TagClassName
{
border-color: #E9ED7C;
}
</style>