Shades of Texas #EDE673
Tints of Texas #EDE673
RGB
CMYK
RGB Variations
Color information
#EDE673 (or 0xEDE673) is known color: Texas. HEX triplet: ED, E6 and 73. RGB value is (237,230,115). Sum of RGB (Red+Green+Blue) = 237+230+115=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE673 is #12198C. Grayscale: #DBDBDB. Windows color (decimal): -1186189 or 7595757. OLE color: 7595757.
HSL color Cylindrical-coordinate representation of color #EDE673: hue angle of 56.56º 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 #EDE673 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 115 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.07 |
| HSL | 56.56º | 0.77% | 0.69% | - |
| HSV(B) | 56.56º | 0.51% | 0.93% | - |
| XYZ | 66.32 | 75.84 | 27.36 | - |
| YUV | 218.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 115 | 0 | 0.03 | 0.51 | 0.07 | 56.56 | 0.77 | 0.69 |
| Hex | ED | E6 | 73 | 0 | 3 | 33 | 7 | 39 | 4D | 45 |
| Octal | 355 | 346 | 163 | 0 | 3 | 63 | 7 | 71 | 115 | 105 |
| Binary | 11101101 | 11100110 | 1110011 | 0 | 11 | 110011 | 111 | 111001 | 1001101 | 1000101 |
Color Harmonies of #EDE673
Complementary color
Monochromatic Colors of #EDE673
Black with #EDE673
Text Example
Text Example
White with #EDE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE673; }
p { color: rgb(237,230,115); }
H1.HeaderClassName
{
color: #EDE673;
}
.AnyTagClassName
{
color: #EDE673;
}
</style>
background-color css
<style>
a { background-color: #EDE673; }
a { background-color: rgb(237,230,115); }
div.DivClassName
{
background-color: #EDE673;
}
.BgClassName
{
background-color: #EDE673;
}
</style>
border-color css
<style>
span { border-color: #EDE673; }
span { border-color: rgb(237,230,115); }
td.TdClassName
{
border-color: #EDE673;
}
.TagClassName
{
border-color: #EDE673;
}
</style>