Shades of Texas #EDE373
Tints of Texas #EDE373
RGB
CMYK
RGB Variations
Color information
#EDE373 (or 0xEDE373) is known color: Texas. HEX triplet: ED, E3 and 73. RGB value is (237,227,115). Sum of RGB (Red+Green+Blue) = 237+227+115=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE373 is #121C8C. Grayscale: #D9D9D9. Windows color (decimal): -1186957 or 7594989. OLE color: 7594989.
HSL color Cylindrical-coordinate representation of color #EDE373: hue angle of 55.08º 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 #EDE373 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 115 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.07 |
| HSL | 55.08º | 0.77% | 0.69% | - |
| HSV(B) | 55.08º | 0.51% | 0.93% | - |
| XYZ | 65.49 | 74.18 | 27.09 | - |
| YUV | 217.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 115 | 0 | 0.04 | 0.51 | 0.07 | 55.08 | 0.77 | 0.69 |
| Hex | ED | E3 | 73 | 0 | 4 | 33 | 7 | 37 | 4D | 45 |
| Octal | 355 | 343 | 163 | 0 | 4 | 63 | 7 | 67 | 115 | 105 |
| Binary | 11101101 | 11100011 | 1110011 | 0 | 100 | 110011 | 111 | 110111 | 1001101 | 1000101 |
Color Harmonies of #EDE373
Complementary color
Monochromatic Colors of #EDE373
Black with #EDE373
Text Example
Text Example
White with #EDE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE373; }
p { color: rgb(237,227,115); }
H1.HeaderClassName
{
color: #EDE373;
}
.AnyTagClassName
{
color: #EDE373;
}
</style>
background-color css
<style>
a { background-color: #EDE373; }
a { background-color: rgb(237,227,115); }
div.DivClassName
{
background-color: #EDE373;
}
.BgClassName
{
background-color: #EDE373;
}
</style>
border-color css
<style>
span { border-color: #EDE373; }
span { border-color: rgb(237,227,115); }
td.TdClassName
{
border-color: #EDE373;
}
.TagClassName
{
border-color: #EDE373;
}
</style>