Shades of Texas #EDE47A
Tints of Texas #EDE47A
RGB
CMYK
RGB Variations
Color information
#EDE47A (or 0xEDE47A) is known color: Texas. HEX triplet: ED, E4 and 7A. RGB value is (237,228,122). Sum of RGB (Red+Green+Blue) = 237+228+122=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE47A is #121B85. Grayscale: #DBDBDB. Windows color (decimal): -1186694 or 8053997. OLE color: 8053997.
HSL color Cylindrical-coordinate representation of color #EDE47A: hue angle of 55.3º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE47A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 122 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.07 |
| HSL | 55.3º | 0.76% | 0.7% | - |
| HSV(B) | 55.3º | 0.49% | 0.93% | - |
| XYZ | 66.18 | 74.9 | 29.38 | - |
| YUV | 218.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 122 | 0 | 0.04 | 0.49 | 0.07 | 55.3 | 0.76 | 0.7 |
| Hex | ED | E4 | 7A | 0 | 4 | 31 | 7 | 37 | 4C | 46 |
| Octal | 355 | 344 | 172 | 0 | 4 | 61 | 7 | 67 | 114 | 106 |
| Binary | 11101101 | 11100100 | 1111010 | 0 | 100 | 110001 | 111 | 110111 | 1001100 | 1000110 |
Color Harmonies of #EDE47A
Complementary color
Monochromatic Colors of #EDE47A
Black with #EDE47A
Text Example
Text Example
White with #EDE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE47A; }
p { color: rgb(237,228,122); }
H1.HeaderClassName
{
color: #EDE47A;
}
.AnyTagClassName
{
color: #EDE47A;
}
</style>
background-color css
<style>
a { background-color: #EDE47A; }
a { background-color: rgb(237,228,122); }
div.DivClassName
{
background-color: #EDE47A;
}
.BgClassName
{
background-color: #EDE47A;
}
</style>
border-color css
<style>
span { border-color: #EDE47A; }
span { border-color: rgb(237,228,122); }
td.TdClassName
{
border-color: #EDE47A;
}
.TagClassName
{
border-color: #EDE47A;
}
</style>