Shades of Texas #EDE07A
Tints of Texas #EDE07A
RGB
CMYK
RGB Variations
Color information
#EDE07A (or 0xEDE07A) is known color: Texas. HEX triplet: ED, E0 and 7A. RGB value is (237,224,122). Sum of RGB (Red+Green+Blue) = 237+224+122=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE07A is #121F85. Grayscale: #D8D8D8. Windows color (decimal): -1187718 or 8052973. OLE color: 8052973.
HSL color Cylindrical-coordinate representation of color #EDE07A: hue angle of 53.22º 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 #EDE07A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 122 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.07 |
| HSL | 53.22º | 0.76% | 0.7% | - |
| HSV(B) | 53.22º | 0.49% | 0.93% | - |
| XYZ | 65.09 | 72.72 | 29.02 | - |
| YUV | 216.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 122 | 0 | 0.05 | 0.49 | 0.07 | 53.22 | 0.76 | 0.7 |
| Hex | ED | E0 | 7A | 0 | 5 | 31 | 7 | 35 | 4C | 46 |
| Octal | 355 | 340 | 172 | 0 | 5 | 61 | 7 | 65 | 114 | 106 |
| Binary | 11101101 | 11100000 | 1111010 | 0 | 101 | 110001 | 111 | 110101 | 1001100 | 1000110 |
Color Harmonies of #EDE07A
Complementary color
Monochromatic Colors of #EDE07A
Black with #EDE07A
Text Example
Text Example
White with #EDE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE07A; }
p { color: rgb(237,224,122); }
H1.HeaderClassName
{
color: #EDE07A;
}
.AnyTagClassName
{
color: #EDE07A;
}
</style>
background-color css
<style>
a { background-color: #EDE07A; }
a { background-color: rgb(237,224,122); }
div.DivClassName
{
background-color: #EDE07A;
}
.BgClassName
{
background-color: #EDE07A;
}
</style>
border-color css
<style>
span { border-color: #EDE07A; }
span { border-color: rgb(237,224,122); }
td.TdClassName
{
border-color: #EDE07A;
}
.TagClassName
{
border-color: #EDE07A;
}
</style>