Shades of Texas #EDE984
Tints of Texas #EDE984
RGB
CMYK
RGB Variations
Color information
#EDE984 (or 0xEDE984) is known color: Texas. HEX triplet: ED, E9 and 84. RGB value is (237,233,132). Sum of RGB (Red+Green+Blue) = 237+233+132=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE984 is #12167B. Grayscale: #DFDFDF. Windows color (decimal): -1185404 or 8710637. OLE color: 8710637.
HSL color Cylindrical-coordinate representation of color #EDE984: hue angle of 57.71º 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 #EDE984 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 132 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.07 |
| HSL | 57.71º | 0.74% | 0.72% | - |
| HSV(B) | 57.71º | 0.44% | 0.93% | - |
| XYZ | 68.23 | 77.95 | 33.28 | - |
| YUV | 222.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 132 | 0 | 0.02 | 0.44 | 0.07 | 57.71 | 0.74 | 0.72 |
| Hex | ED | E9 | 84 | 0 | 2 | 2C | 7 | 3A | 4A | 48 |
| Octal | 355 | 351 | 204 | 0 | 2 | 54 | 7 | 72 | 112 | 110 |
| Binary | 11101101 | 11101001 | 10000100 | 0 | 10 | 101100 | 111 | 111010 | 1001010 | 1001000 |
Color Harmonies of #EDE984
Complementary color
Monochromatic Colors of #EDE984
Black with #EDE984
Text Example
Text Example
White with #EDE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE984; }
p { color: rgb(237,233,132); }
H1.HeaderClassName
{
color: #EDE984;
}
.AnyTagClassName
{
color: #EDE984;
}
</style>
background-color css
<style>
a { background-color: #EDE984; }
a { background-color: rgb(237,233,132); }
div.DivClassName
{
background-color: #EDE984;
}
.BgClassName
{
background-color: #EDE984;
}
</style>
border-color css
<style>
span { border-color: #EDE984; }
span { border-color: rgb(237,233,132); }
td.TdClassName
{
border-color: #EDE984;
}
.TagClassName
{
border-color: #EDE984;
}
</style>