Shades of Texas #EDE574
Tints of Texas #EDE574
RGB
CMYK
RGB Variations
Color information
#EDE574 (or 0xEDE574) is known color: Texas. HEX triplet: ED, E5 and 74. RGB value is (237,229,116). Sum of RGB (Red+Green+Blue) = 237+229+116=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE574 is #121A8B. Grayscale: #DADADA. Windows color (decimal): -1186444 or 7661037. OLE color: 7661037.
HSL color Cylindrical-coordinate representation of color #EDE574: hue angle of 56.03º 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 #EDE574 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 116 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.07 |
| HSL | 56.03º | 0.77% | 0.69% | - |
| HSV(B) | 56.03º | 0.51% | 0.93% | - |
| XYZ | 66.1 | 75.3 | 27.57 | - |
| YUV | 218.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 116 | 0 | 0.03 | 0.51 | 0.07 | 56.03 | 0.77 | 0.69 |
| Hex | ED | E5 | 74 | 0 | 3 | 33 | 7 | 38 | 4D | 45 |
| Octal | 355 | 345 | 164 | 0 | 3 | 63 | 7 | 70 | 115 | 105 |
| Binary | 11101101 | 11100101 | 1110100 | 0 | 11 | 110011 | 111 | 111000 | 1001101 | 1000101 |
Color Harmonies of #EDE574
Complementary color
Monochromatic Colors of #EDE574
Black with #EDE574
Text Example
Text Example
White with #EDE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE574; }
p { color: rgb(237,229,116); }
H1.HeaderClassName
{
color: #EDE574;
}
.AnyTagClassName
{
color: #EDE574;
}
</style>
background-color css
<style>
a { background-color: #EDE574; }
a { background-color: rgb(237,229,116); }
div.DivClassName
{
background-color: #EDE574;
}
.BgClassName
{
background-color: #EDE574;
}
</style>
border-color css
<style>
span { border-color: #EDE574; }
span { border-color: rgb(237,229,116); }
td.TdClassName
{
border-color: #EDE574;
}
.TagClassName
{
border-color: #EDE574;
}
</style>