Shades of Texas #EDE480
Tints of Texas #EDE480
RGB
CMYK
RGB Variations
Color information
#EDE480 (or 0xEDE480) is known color: Texas. HEX triplet: ED, E4 and 80. RGB value is (237,228,128). Sum of RGB (Red+Green+Blue) = 237+228+128=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE480 is #121B7F. Grayscale: #DBDBDB. Windows color (decimal): -1186688 or 8447213. OLE color: 8447213.
HSL color Cylindrical-coordinate representation of color #EDE480: hue angle of 55.05º 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 #EDE480 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 128 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 55.05º | 0.75% | 0.72% | - |
| HSV(B) | 55.05º | 0.46% | 0.93% | - |
| XYZ | 66.56 | 75.05 | 31.4 | - |
| YUV | 219.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 128 | 0 | 0.04 | 0.46 | 0.07 | 55.05 | 0.75 | 0.72 |
| Hex | ED | E4 | 80 | 0 | 4 | 2E | 7 | 37 | 4B | 48 |
| Octal | 355 | 344 | 200 | 0 | 4 | 56 | 7 | 67 | 113 | 110 |
| Binary | 11101101 | 11100100 | 10000000 | 0 | 100 | 101110 | 111 | 110111 | 1001011 | 1001000 |
Color Harmonies of #EDE480
Complementary color
Monochromatic Colors of #EDE480
Black with #EDE480
Text Example
Text Example
White with #EDE480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE480; }
p { color: rgb(237,228,128); }
H1.HeaderClassName
{
color: #EDE480;
}
.AnyTagClassName
{
color: #EDE480;
}
</style>
background-color css
<style>
a { background-color: #EDE480; }
a { background-color: rgb(237,228,128); }
div.DivClassName
{
background-color: #EDE480;
}
.BgClassName
{
background-color: #EDE480;
}
</style>
border-color css
<style>
span { border-color: #EDE480; }
span { border-color: rgb(237,228,128); }
td.TdClassName
{
border-color: #EDE480;
}
.TagClassName
{
border-color: #EDE480;
}
</style>