Shades of Texas #EDE484
Tints of Texas #EDE484
RGB
CMYK
RGB Variations
Color information
#EDE484 (or 0xEDE484) is known color: Texas. HEX triplet: ED, E4 and 84. RGB value is (237,228,132). Sum of RGB (Red+Green+Blue) = 237+228+132=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE484 is #121B7B. Grayscale: #DCDCDC. Windows color (decimal): -1186684 or 8709357. OLE color: 8709357.
HSL color Cylindrical-coordinate representation of color #EDE484: hue angle of 54.86º 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 #EDE484 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 132 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.07 |
| HSL | 54.86º | 0.74% | 0.72% | - |
| HSV(B) | 54.86º | 0.44% | 0.93% | - |
| XYZ | 66.83 | 75.16 | 32.81 | - |
| YUV | 219.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 132 | 0 | 0.04 | 0.44 | 0.07 | 54.86 | 0.74 | 0.72 |
| Hex | ED | E4 | 84 | 0 | 4 | 2C | 7 | 37 | 4A | 48 |
| Octal | 355 | 344 | 204 | 0 | 4 | 54 | 7 | 67 | 112 | 110 |
| Binary | 11101101 | 11100100 | 10000100 | 0 | 100 | 101100 | 111 | 110111 | 1001010 | 1001000 |
Color Harmonies of #EDE484
Complementary color
Monochromatic Colors of #EDE484
Black with #EDE484
Text Example
Text Example
White with #EDE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE484; }
p { color: rgb(237,228,132); }
H1.HeaderClassName
{
color: #EDE484;
}
.AnyTagClassName
{
color: #EDE484;
}
</style>
background-color css
<style>
a { background-color: #EDE484; }
a { background-color: rgb(237,228,132); }
div.DivClassName
{
background-color: #EDE484;
}
.BgClassName
{
background-color: #EDE484;
}
</style>
border-color css
<style>
span { border-color: #EDE484; }
span { border-color: rgb(237,228,132); }
td.TdClassName
{
border-color: #EDE484;
}
.TagClassName
{
border-color: #EDE484;
}
</style>