Shades of Texas #EDE47C
Tints of Texas #EDE47C
RGB
CMYK
RGB Variations
Color information
#EDE47C (or 0xEDE47C) is known color: Texas. HEX triplet: ED, E4 and 7C. RGB value is (237,228,124). Sum of RGB (Red+Green+Blue) = 237+228+124=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE47C is #121B83. Grayscale: #DBDBDB. Windows color (decimal): -1186692 or 8185069. OLE color: 8185069.
HSL color Cylindrical-coordinate representation of color #EDE47C: hue angle of 55.22º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDE47C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 124 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.07 |
| HSL | 55.22º | 0.76% | 0.71% | - |
| HSV(B) | 55.22º | 0.48% | 0.93% | - |
| XYZ | 66.31 | 74.95 | 30.04 | - |
| YUV | 218.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 124 | 0 | 0.04 | 0.48 | 0.07 | 55.22 | 0.76 | 0.71 |
| Hex | ED | E4 | 7C | 0 | 4 | 30 | 7 | 37 | 4C | 47 |
| Octal | 355 | 344 | 174 | 0 | 4 | 60 | 7 | 67 | 114 | 107 |
| Binary | 11101101 | 11100100 | 1111100 | 0 | 100 | 110000 | 111 | 110111 | 1001100 | 1000111 |
Color Harmonies of #EDE47C
Complementary color
Monochromatic Colors of #EDE47C
Black with #EDE47C
Text Example
Text Example
White with #EDE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE47C; }
p { color: rgb(237,228,124); }
H1.HeaderClassName
{
color: #EDE47C;
}
.AnyTagClassName
{
color: #EDE47C;
}
</style>
background-color css
<style>
a { background-color: #EDE47C; }
a { background-color: rgb(237,228,124); }
div.DivClassName
{
background-color: #EDE47C;
}
.BgClassName
{
background-color: #EDE47C;
}
</style>
border-color css
<style>
span { border-color: #EDE47C; }
span { border-color: rgb(237,228,124); }
td.TdClassName
{
border-color: #EDE47C;
}
.TagClassName
{
border-color: #EDE47C;
}
</style>