Shades of Texas #EDE581
Tints of Texas #EDE581
RGB
CMYK
RGB Variations
Color information
#EDE581 (or 0xEDE581) is known color: Texas. HEX triplet: ED, E5 and 81. RGB value is (237,229,129). Sum of RGB (Red+Green+Blue) = 237+229+129=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE581 is #121A7E. Grayscale: #DCDCDC. Windows color (decimal): -1186431 or 8513005. OLE color: 8513005.
HSL color Cylindrical-coordinate representation of color #EDE581: hue angle of 55.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE581 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 129 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 55.56º | 0.75% | 0.72% | - |
| HSV(B) | 55.56º | 0.46% | 0.93% | - |
| XYZ | 66.91 | 75.63 | 31.84 | - |
| YUV | 219.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 129 | 0 | 0.03 | 0.46 | 0.07 | 55.56 | 0.75 | 0.72 |
| Hex | ED | E5 | 81 | 0 | 3 | 2E | 7 | 38 | 4B | 48 |
| Octal | 355 | 345 | 201 | 0 | 3 | 56 | 7 | 70 | 113 | 110 |
| Binary | 11101101 | 11100101 | 10000001 | 0 | 11 | 101110 | 111 | 111000 | 1001011 | 1001000 |
Color Harmonies of #EDE581
Complementary color
Monochromatic Colors of #EDE581
Black with #EDE581
Text Example
Text Example
White with #EDE581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE581; }
p { color: rgb(237,229,129); }
H1.HeaderClassName
{
color: #EDE581;
}
.AnyTagClassName
{
color: #EDE581;
}
</style>
background-color css
<style>
a { background-color: #EDE581; }
a { background-color: rgb(237,229,129); }
div.DivClassName
{
background-color: #EDE581;
}
.BgClassName
{
background-color: #EDE581;
}
</style>
border-color css
<style>
span { border-color: #EDE581; }
span { border-color: rgb(237,229,129); }
td.TdClassName
{
border-color: #EDE581;
}
.TagClassName
{
border-color: #EDE581;
}
</style>