Shades of Texas #EDE374
Tints of Texas #EDE374
RGB
CMYK
RGB Variations
Color information
#EDE374 (or 0xEDE374) is known color: Texas. HEX triplet: ED, E3 and 74. RGB value is (237,227,116). Sum of RGB (Red+Green+Blue) = 237+227+116=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE374 is #121C8B. Grayscale: #D9D9D9. Windows color (decimal): -1186956 or 7660525. OLE color: 7660525.
HSL color Cylindrical-coordinate representation of color #EDE374: hue angle of 55.04º 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 #EDE374 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 116 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.07 |
| HSL | 55.04º | 0.77% | 0.69% | - |
| HSV(B) | 55.04º | 0.51% | 0.93% | - |
| XYZ | 65.55 | 74.2 | 27.39 | - |
| YUV | 217.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 116 | 0 | 0.04 | 0.51 | 0.07 | 55.04 | 0.77 | 0.69 |
| Hex | ED | E3 | 74 | 0 | 4 | 33 | 7 | 37 | 4D | 45 |
| Octal | 355 | 343 | 164 | 0 | 4 | 63 | 7 | 67 | 115 | 105 |
| Binary | 11101101 | 11100011 | 1110100 | 0 | 100 | 110011 | 111 | 110111 | 1001101 | 1000101 |
Color Harmonies of #EDE374
Complementary color
Monochromatic Colors of #EDE374
Black with #EDE374
Text Example
Text Example
White with #EDE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE374; }
p { color: rgb(237,227,116); }
H1.HeaderClassName
{
color: #EDE374;
}
.AnyTagClassName
{
color: #EDE374;
}
</style>
background-color css
<style>
a { background-color: #EDE374; }
a { background-color: rgb(237,227,116); }
div.DivClassName
{
background-color: #EDE374;
}
.BgClassName
{
background-color: #EDE374;
}
</style>
border-color css
<style>
span { border-color: #EDE374; }
span { border-color: rgb(237,227,116); }
td.TdClassName
{
border-color: #EDE374;
}
.TagClassName
{
border-color: #EDE374;
}
</style>