Shades of Texas #EDE476
Tints of Texas #EDE476
RGB
CMYK
RGB Variations
Color information
#EDE476 (or 0xEDE476) is known color: Texas. HEX triplet: ED, E4 and 76. RGB value is (237,228,118). Sum of RGB (Red+Green+Blue) = 237+228+118=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE476 is #121B89. Grayscale: #DADADA. Windows color (decimal): -1186698 or 7791853. OLE color: 7791853.
HSL color Cylindrical-coordinate representation of color #EDE476: hue angle of 55.46º 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 #EDE476 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 118 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 55.46º | 0.77% | 0.7% | - |
| HSV(B) | 55.46º | 0.5% | 0.93% | - |
| XYZ | 65.94 | 74.8 | 28.1 | - |
| YUV | 218.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 118 | 0 | 0.04 | 0.50 | 0.07 | 55.46 | 0.77 | 0.7 |
| Hex | ED | E4 | 76 | 0 | 4 | 32 | 7 | 37 | 4D | 46 |
| Octal | 355 | 344 | 166 | 0 | 4 | 62 | 7 | 67 | 115 | 106 |
| Binary | 11101101 | 11100100 | 1110110 | 0 | 100 | 110010 | 111 | 110111 | 1001101 | 1000110 |
Color Harmonies of #EDE476
Complementary color
Monochromatic Colors of #EDE476
Black with #EDE476
Text Example
Text Example
White with #EDE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE476; }
p { color: rgb(237,228,118); }
H1.HeaderClassName
{
color: #EDE476;
}
.AnyTagClassName
{
color: #EDE476;
}
</style>
background-color css
<style>
a { background-color: #EDE476; }
a { background-color: rgb(237,228,118); }
div.DivClassName
{
background-color: #EDE476;
}
.BgClassName
{
background-color: #EDE476;
}
</style>
border-color css
<style>
span { border-color: #EDE476; }
span { border-color: rgb(237,228,118); }
td.TdClassName
{
border-color: #EDE476;
}
.TagClassName
{
border-color: #EDE476;
}
</style>