Shades of Texas #EDE979
Tints of Texas #EDE979
RGB
CMYK
RGB Variations
Color information
#EDE979 (or 0xEDE979) is known color: Texas. HEX triplet: ED, E9 and 79. RGB value is (237,233,121). Sum of RGB (Red+Green+Blue) = 237+233+121=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE979 is #121686. Grayscale: #DDDDDD. Windows color (decimal): -1185415 or 7989741. OLE color: 7989741.
HSL color Cylindrical-coordinate representation of color #EDE979: hue angle of 57.93º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE979 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 121 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.07 |
| HSL | 57.93º | 0.76% | 0.7% | - |
| HSV(B) | 57.93º | 0.49% | 0.93% | - |
| XYZ | 67.52 | 77.66 | 29.52 | - |
| YUV | 221.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 121 | 0 | 0.02 | 0.49 | 0.07 | 57.93 | 0.76 | 0.7 |
| Hex | ED | E9 | 79 | 0 | 2 | 31 | 7 | 3A | 4C | 46 |
| Octal | 355 | 351 | 171 | 0 | 2 | 61 | 7 | 72 | 114 | 106 |
| Binary | 11101101 | 11101001 | 1111001 | 0 | 10 | 110001 | 111 | 111010 | 1001100 | 1000110 |
Color Harmonies of #EDE979
Complementary color
Monochromatic Colors of #EDE979
Black with #EDE979
Text Example
Text Example
White with #EDE979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE979; }
p { color: rgb(237,233,121); }
H1.HeaderClassName
{
color: #EDE979;
}
.AnyTagClassName
{
color: #EDE979;
}
</style>
background-color css
<style>
a { background-color: #EDE979; }
a { background-color: rgb(237,233,121); }
div.DivClassName
{
background-color: #EDE979;
}
.BgClassName
{
background-color: #EDE979;
}
</style>
border-color css
<style>
span { border-color: #EDE979; }
span { border-color: rgb(237,233,121); }
td.TdClassName
{
border-color: #EDE979;
}
.TagClassName
{
border-color: #EDE979;
}
</style>