Shades of Texas #EDE485
Tints of Texas #EDE485
RGB
CMYK
RGB Variations
Color information
#EDE485 (or 0xEDE485) is known color: Texas. HEX triplet: ED, E4 and 85. RGB value is (237,228,133). Sum of RGB (Red+Green+Blue) = 237+228+133=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE485 is #121B7A. Grayscale: #DCDCDC. Windows color (decimal): -1186683 or 8774893. OLE color: 8774893.
HSL color Cylindrical-coordinate representation of color #EDE485: hue angle of 54.81º 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 #EDE485 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 133 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.07 |
| HSL | 54.81º | 0.74% | 0.73% | - |
| HSV(B) | 54.81º | 0.44% | 0.93% | - |
| XYZ | 66.9 | 75.18 | 33.18 | - |
| YUV | 219.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 133 | 0 | 0.04 | 0.44 | 0.07 | 54.81 | 0.74 | 0.73 |
| Hex | ED | E4 | 85 | 0 | 4 | 2C | 7 | 37 | 4A | 49 |
| Octal | 355 | 344 | 205 | 0 | 4 | 54 | 7 | 67 | 112 | 111 |
| Binary | 11101101 | 11100100 | 10000101 | 0 | 100 | 101100 | 111 | 110111 | 1001010 | 1001001 |
Color Harmonies of #EDE485
Complementary color
Monochromatic Colors of #EDE485
Black with #EDE485
Text Example
Text Example
White with #EDE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE485; }
p { color: rgb(237,228,133); }
H1.HeaderClassName
{
color: #EDE485;
}
.AnyTagClassName
{
color: #EDE485;
}
</style>
background-color css
<style>
a { background-color: #EDE485; }
a { background-color: rgb(237,228,133); }
div.DivClassName
{
background-color: #EDE485;
}
.BgClassName
{
background-color: #EDE485;
}
</style>
border-color css
<style>
span { border-color: #EDE485; }
span { border-color: rgb(237,228,133); }
td.TdClassName
{
border-color: #EDE485;
}
.TagClassName
{
border-color: #EDE485;
}
</style>