Shades of Texas #EDE980
Tints of Texas #EDE980
RGB
CMYK
RGB Variations
Color information
#EDE980 (or 0xEDE980) is known color: Texas. HEX triplet: ED, E9 and 80. RGB value is (237,233,128). Sum of RGB (Red+Green+Blue) = 237+233+128=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE980 is #12167F. Grayscale: #DEDEDE. Windows color (decimal): -1185408 or 8448493. OLE color: 8448493.
HSL color Cylindrical-coordinate representation of color #EDE980: hue angle of 57.8º 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 #EDE980 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 128 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.8º | 0.75% | 0.72% | - |
| HSV(B) | 57.8º | 0.46% | 0.93% | - |
| XYZ | 67.96 | 77.84 | 31.86 | - |
| YUV | 222.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 128 | 0 | 0.02 | 0.46 | 0.07 | 57.8 | 0.75 | 0.72 |
| Hex | ED | E9 | 80 | 0 | 2 | 2E | 7 | 3A | 4B | 48 |
| Octal | 355 | 351 | 200 | 0 | 2 | 56 | 7 | 72 | 113 | 110 |
| Binary | 11101101 | 11101001 | 10000000 | 0 | 10 | 101110 | 111 | 111010 | 1001011 | 1001000 |
Color Harmonies of #EDE980
Complementary color
Monochromatic Colors of #EDE980
Black with #EDE980
Text Example
Text Example
White with #EDE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE980; }
p { color: rgb(237,233,128); }
H1.HeaderClassName
{
color: #EDE980;
}
.AnyTagClassName
{
color: #EDE980;
}
</style>
background-color css
<style>
a { background-color: #EDE980; }
a { background-color: rgb(237,233,128); }
div.DivClassName
{
background-color: #EDE980;
}
.BgClassName
{
background-color: #EDE980;
}
</style>
border-color css
<style>
span { border-color: #EDE980; }
span { border-color: rgb(237,233,128); }
td.TdClassName
{
border-color: #EDE980;
}
.TagClassName
{
border-color: #EDE980;
}
</style>