Shades of Texas #EDE873
Tints of Texas #EDE873
RGB
CMYK
RGB Variations
Color information
#EDE873 (or 0xEDE873) is known color: Texas. HEX triplet: ED, E8 and 73. RGB value is (237,232,115). Sum of RGB (Red+Green+Blue) = 237+232+115=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE873 is #12178C. Grayscale: #DCDCDC. Windows color (decimal): -1185677 or 7596269. OLE color: 7596269.
HSL color Cylindrical-coordinate representation of color #EDE873: hue angle of 57.54º 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 #EDE873 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 115 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.07 |
| HSL | 57.54º | 0.77% | 0.69% | - |
| HSV(B) | 57.54º | 0.51% | 0.93% | - |
| XYZ | 66.88 | 76.96 | 27.55 | - |
| YUV | 220.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 115 | 0 | 0.02 | 0.51 | 0.07 | 57.54 | 0.77 | 0.69 |
| Hex | ED | E8 | 73 | 0 | 2 | 33 | 7 | 3A | 4D | 45 |
| Octal | 355 | 350 | 163 | 0 | 2 | 63 | 7 | 72 | 115 | 105 |
| Binary | 11101101 | 11101000 | 1110011 | 0 | 10 | 110011 | 111 | 111010 | 1001101 | 1000101 |
Color Harmonies of #EDE873
Complementary color
Monochromatic Colors of #EDE873
Black with #EDE873
Text Example
Text Example
White with #EDE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE873; }
p { color: rgb(237,232,115); }
H1.HeaderClassName
{
color: #EDE873;
}
.AnyTagClassName
{
color: #EDE873;
}
</style>
background-color css
<style>
a { background-color: #EDE873; }
a { background-color: rgb(237,232,115); }
div.DivClassName
{
background-color: #EDE873;
}
.BgClassName
{
background-color: #EDE873;
}
</style>
border-color css
<style>
span { border-color: #EDE873; }
span { border-color: rgb(237,232,115); }
td.TdClassName
{
border-color: #EDE873;
}
.TagClassName
{
border-color: #EDE873;
}
</style>