Shades of Texas #EDE276
Tints of Texas #EDE276
RGB
CMYK
RGB Variations
Color information
#EDE276 (or 0xEDE276) is known color: Texas. HEX triplet: ED, E2 and 76. RGB value is (237,226,118). Sum of RGB (Red+Green+Blue) = 237+226+118=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE276 is #121D89. Grayscale: #D9D9D9. Windows color (decimal): -1187210 or 7791341. OLE color: 7791341.
HSL color Cylindrical-coordinate representation of color #EDE276: hue angle of 54.45º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDE276 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 118 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.07 |
| HSL | 54.45º | 0.77% | 0.7% | - |
| HSV(B) | 54.45º | 0.5% | 0.93% | - |
| XYZ | 65.39 | 73.71 | 27.92 | - |
| YUV | 216.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 118 | 0 | 0.05 | 0.50 | 0.07 | 54.45 | 0.77 | 0.7 |
| Hex | ED | E2 | 76 | 0 | 5 | 32 | 7 | 36 | 4D | 46 |
| Octal | 355 | 342 | 166 | 0 | 5 | 62 | 7 | 66 | 115 | 106 |
| Binary | 11101101 | 11100010 | 1110110 | 0 | 101 | 110010 | 111 | 110110 | 1001101 | 1000110 |
Color Harmonies of #EDE276
Complementary color
Monochromatic Colors of #EDE276
Black with #EDE276
Text Example
Text Example
White with #EDE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE276; }
p { color: rgb(237,226,118); }
H1.HeaderClassName
{
color: #EDE276;
}
.AnyTagClassName
{
color: #EDE276;
}
</style>
background-color css
<style>
a { background-color: #EDE276; }
a { background-color: rgb(237,226,118); }
div.DivClassName
{
background-color: #EDE276;
}
.BgClassName
{
background-color: #EDE276;
}
</style>
border-color css
<style>
span { border-color: #EDE276; }
span { border-color: rgb(237,226,118); }
td.TdClassName
{
border-color: #EDE276;
}
.TagClassName
{
border-color: #EDE276;
}
</style>