Shades of Texas #EDE279
Tints of Texas #EDE279
RGB
CMYK
RGB Variations
Color information
#EDE279 (or 0xEDE279) is known color: Texas. HEX triplet: ED, E2 and 79. RGB value is (237,226,121). Sum of RGB (Red+Green+Blue) = 237+226+121=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE279 is #121D86. Grayscale: #D9D9D9. Windows color (decimal): -1187207 or 7987949. OLE color: 7987949.
HSL color Cylindrical-coordinate representation of color #EDE279: hue angle of 54.31º 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 #EDE279 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 121 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.07 |
| HSL | 54.31º | 0.76% | 0.7% | - |
| HSV(B) | 54.31º | 0.49% | 0.93% | - |
| XYZ | 65.57 | 73.78 | 28.87 | - |
| YUV | 217.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 121 | 0 | 0.05 | 0.49 | 0.07 | 54.31 | 0.76 | 0.7 |
| Hex | ED | E2 | 79 | 0 | 5 | 31 | 7 | 36 | 4C | 46 |
| Octal | 355 | 342 | 171 | 0 | 5 | 61 | 7 | 66 | 114 | 106 |
| Binary | 11101101 | 11100010 | 1111001 | 0 | 101 | 110001 | 111 | 110110 | 1001100 | 1000110 |
Color Harmonies of #EDE279
Complementary color
Monochromatic Colors of #EDE279
Black with #EDE279
Text Example
Text Example
White with #EDE279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE279; }
p { color: rgb(237,226,121); }
H1.HeaderClassName
{
color: #EDE279;
}
.AnyTagClassName
{
color: #EDE279;
}
</style>
background-color css
<style>
a { background-color: #EDE279; }
a { background-color: rgb(237,226,121); }
div.DivClassName
{
background-color: #EDE279;
}
.BgClassName
{
background-color: #EDE279;
}
</style>
border-color css
<style>
span { border-color: #EDE279; }
span { border-color: rgb(237,226,121); }
td.TdClassName
{
border-color: #EDE279;
}
.TagClassName
{
border-color: #EDE279;
}
</style>