Shades of Texas #EDE985
Tints of Texas #EDE985
RGB
CMYK
RGB Variations
Color information
#EDE985 (or 0xEDE985) is known color: Texas. HEX triplet: ED, E9 and 85. RGB value is (237,233,133). Sum of RGB (Red+Green+Blue) = 237+233+133=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE985 is #12167A. Grayscale: #DFDFDF. Windows color (decimal): -1185403 or 8776173. OLE color: 8776173.
HSL color Cylindrical-coordinate representation of color #EDE985: hue angle of 57.69º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE985 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 133 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.07 |
| HSL | 57.69º | 0.74% | 0.73% | - |
| HSV(B) | 57.69º | 0.44% | 0.93% | - |
| XYZ | 68.3 | 77.98 | 33.64 | - |
| YUV | 222.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 133 | 0 | 0.02 | 0.44 | 0.07 | 57.69 | 0.74 | 0.73 |
| Hex | ED | E9 | 85 | 0 | 2 | 2C | 7 | 3A | 4A | 49 |
| Octal | 355 | 351 | 205 | 0 | 2 | 54 | 7 | 72 | 112 | 111 |
| Binary | 11101101 | 11101001 | 10000101 | 0 | 10 | 101100 | 111 | 111010 | 1001010 | 1001001 |
Color Harmonies of #EDE985
Complementary color
Monochromatic Colors of #EDE985
Black with #EDE985
Text Example
Text Example
White with #EDE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE985; }
p { color: rgb(237,233,133); }
H1.HeaderClassName
{
color: #EDE985;
}
.AnyTagClassName
{
color: #EDE985;
}
</style>
background-color css
<style>
a { background-color: #EDE985; }
a { background-color: rgb(237,233,133); }
div.DivClassName
{
background-color: #EDE985;
}
.BgClassName
{
background-color: #EDE985;
}
</style>
border-color css
<style>
span { border-color: #EDE985; }
span { border-color: rgb(237,233,133); }
td.TdClassName
{
border-color: #EDE985;
}
.TagClassName
{
border-color: #EDE985;
}
</style>