Shades of Texas #EDE584
Tints of Texas #EDE584
RGB
CMYK
RGB Variations
Color information
#EDE584 (or 0xEDE584) is known color: Texas. HEX triplet: ED, E5 and 84. RGB value is (237,229,132). Sum of RGB (Red+Green+Blue) = 237+229+132=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE584 is #121A7B. Grayscale: #DCDCDC. Windows color (decimal): -1186428 or 8709613. OLE color: 8709613.
HSL color Cylindrical-coordinate representation of color #EDE584: hue angle of 55.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE584 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 132 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 55.43º | 0.74% | 0.72% | - |
| HSV(B) | 55.43º | 0.44% | 0.93% | - |
| XYZ | 67.11 | 75.71 | 32.91 | - |
| YUV | 220.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 132 | 0 | 0.03 | 0.44 | 0.07 | 55.43 | 0.74 | 0.72 |
| Hex | ED | E5 | 84 | 0 | 3 | 2C | 7 | 37 | 4A | 48 |
| Octal | 355 | 345 | 204 | 0 | 3 | 54 | 7 | 67 | 112 | 110 |
| Binary | 11101101 | 11100101 | 10000100 | 0 | 11 | 101100 | 111 | 110111 | 1001010 | 1001000 |
Color Harmonies of #EDE584
Complementary color
Monochromatic Colors of #EDE584
Black with #EDE584
Text Example
Text Example
White with #EDE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE584; }
p { color: rgb(237,229,132); }
H1.HeaderClassName
{
color: #EDE584;
}
.AnyTagClassName
{
color: #EDE584;
}
</style>
background-color css
<style>
a { background-color: #EDE584; }
a { background-color: rgb(237,229,132); }
div.DivClassName
{
background-color: #EDE584;
}
.BgClassName
{
background-color: #EDE584;
}
</style>
border-color css
<style>
span { border-color: #EDE584; }
span { border-color: rgb(237,229,132); }
td.TdClassName
{
border-color: #EDE584;
}
.TagClassName
{
border-color: #EDE584;
}
</style>