Shades of Texas #EDE073
Tints of Texas #EDE073
RGB
CMYK
RGB Variations
Color information
#EDE073 (or 0xEDE073) is known color: Texas. HEX triplet: ED, E0 and 73. RGB value is (237,224,115). Sum of RGB (Red+Green+Blue) = 237+224+115=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE073 is #121F8C. Grayscale: #D7D7D7. Windows color (decimal): -1187725 or 7594221. OLE color: 7594221.
HSL color Cylindrical-coordinate representation of color #EDE073: hue angle of 53.61º 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 #EDE073 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 115 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.07 |
| HSL | 53.61º | 0.77% | 0.69% | - |
| HSV(B) | 53.61º | 0.51% | 0.93% | - |
| XYZ | 64.68 | 72.55 | 26.82 | - |
| YUV | 215.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 115 | 0 | 0.05 | 0.51 | 0.07 | 53.61 | 0.77 | 0.69 |
| Hex | ED | E0 | 73 | 0 | 5 | 33 | 7 | 36 | 4D | 45 |
| Octal | 355 | 340 | 163 | 0 | 5 | 63 | 7 | 66 | 115 | 105 |
| Binary | 11101101 | 11100000 | 1110011 | 0 | 101 | 110011 | 111 | 110110 | 1001101 | 1000101 |
Color Harmonies of #EDE073
Complementary color
Monochromatic Colors of #EDE073
Black with #EDE073
Text Example
Text Example
White with #EDE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE073; }
p { color: rgb(237,224,115); }
H1.HeaderClassName
{
color: #EDE073;
}
.AnyTagClassName
{
color: #EDE073;
}
</style>
background-color css
<style>
a { background-color: #EDE073; }
a { background-color: rgb(237,224,115); }
div.DivClassName
{
background-color: #EDE073;
}
.BgClassName
{
background-color: #EDE073;
}
</style>
border-color css
<style>
span { border-color: #EDE073; }
span { border-color: rgb(237,224,115); }
td.TdClassName
{
border-color: #EDE073;
}
.TagClassName
{
border-color: #EDE073;
}
</style>