Shades of Texas #EDE880
Tints of Texas #EDE880
RGB
CMYK
RGB Variations
Color information
#EDE880 (or 0xEDE880) is known color: Texas. HEX triplet: ED, E8 and 80. RGB value is (237,232,128). Sum of RGB (Red+Green+Blue) = 237+232+128=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE880 is #12177F. Grayscale: #DEDEDE. Windows color (decimal): -1185664 or 8448237. OLE color: 8448237.
HSL color Cylindrical-coordinate representation of color #EDE880: hue angle of 57.25º 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 #EDE880 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 128 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.25º | 0.75% | 0.72% | - |
| HSV(B) | 57.25º | 0.46% | 0.93% | - |
| XYZ | 67.68 | 77.28 | 31.77 | - |
| YUV | 221.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 128 | 0 | 0.02 | 0.46 | 0.07 | 57.25 | 0.75 | 0.72 |
| Hex | ED | E8 | 80 | 0 | 2 | 2E | 7 | 39 | 4B | 48 |
| Octal | 355 | 350 | 200 | 0 | 2 | 56 | 7 | 71 | 113 | 110 |
| Binary | 11101101 | 11101000 | 10000000 | 0 | 10 | 101110 | 111 | 111001 | 1001011 | 1001000 |
Color Harmonies of #EDE880
Complementary color
Monochromatic Colors of #EDE880
Black with #EDE880
Text Example
Text Example
White with #EDE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE880; }
p { color: rgb(237,232,128); }
H1.HeaderClassName
{
color: #EDE880;
}
.AnyTagClassName
{
color: #EDE880;
}
</style>
background-color css
<style>
a { background-color: #EDE880; }
a { background-color: rgb(237,232,128); }
div.DivClassName
{
background-color: #EDE880;
}
.BgClassName
{
background-color: #EDE880;
}
</style>
border-color css
<style>
span { border-color: #EDE880; }
span { border-color: rgb(237,232,128); }
td.TdClassName
{
border-color: #EDE880;
}
.TagClassName
{
border-color: #EDE880;
}
</style>