Shades of Texas #EDE974
Tints of Texas #EDE974
RGB
CMYK
RGB Variations
Color information
#EDE974 (or 0xEDE974) is known color: Texas. HEX triplet: ED, E9 and 74. RGB value is (237,233,116). Sum of RGB (Red+Green+Blue) = 237+233+116=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE974 is #12168B. Grayscale: #DDDDDD. Windows color (decimal): -1185420 or 7662061. OLE color: 7662061.
HSL color Cylindrical-coordinate representation of color #EDE974: hue angle of 58.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE974 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 116 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.07 |
| HSL | 58.02º | 0.77% | 0.69% | - |
| HSV(B) | 58.02º | 0.51% | 0.93% | - |
| XYZ | 67.22 | 77.54 | 27.95 | - |
| YUV | 220.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 116 | 0 | 0.02 | 0.51 | 0.07 | 58.02 | 0.77 | 0.69 |
| Hex | ED | E9 | 74 | 0 | 2 | 33 | 7 | 3A | 4D | 45 |
| Octal | 355 | 351 | 164 | 0 | 2 | 63 | 7 | 72 | 115 | 105 |
| Binary | 11101101 | 11101001 | 1110100 | 0 | 10 | 110011 | 111 | 111010 | 1001101 | 1000101 |
Color Harmonies of #EDE974
Complementary color
Monochromatic Colors of #EDE974
Black with #EDE974
Text Example
Text Example
White with #EDE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE974; }
p { color: rgb(237,233,116); }
H1.HeaderClassName
{
color: #EDE974;
}
.AnyTagClassName
{
color: #EDE974;
}
</style>
background-color css
<style>
a { background-color: #EDE974; }
a { background-color: rgb(237,233,116); }
div.DivClassName
{
background-color: #EDE974;
}
.BgClassName
{
background-color: #EDE974;
}
</style>
border-color css
<style>
span { border-color: #EDE974; }
span { border-color: rgb(237,233,116); }
td.TdClassName
{
border-color: #EDE974;
}
.TagClassName
{
border-color: #EDE974;
}
</style>