Shades of Texas #EDE37A
Tints of Texas #EDE37A
RGB
CMYK
RGB Variations
Color information
#EDE37A (or 0xEDE37A) is known color: Texas. HEX triplet: ED, E3 and 7A. RGB value is (237,227,122). Sum of RGB (Red+Green+Blue) = 237+227+122=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE37A is #121C85. Grayscale: #DADADA. Windows color (decimal): -1186950 or 8053741. OLE color: 8053741.
HSL color Cylindrical-coordinate representation of color #EDE37A: hue angle of 54.78º 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 #EDE37A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 122 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.07 |
| HSL | 54.78º | 0.76% | 0.7% | - |
| HSV(B) | 54.78º | 0.49% | 0.93% | - |
| XYZ | 65.91 | 74.35 | 29.29 | - |
| YUV | 218.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 122 | 0 | 0.04 | 0.49 | 0.07 | 54.78 | 0.76 | 0.7 |
| Hex | ED | E3 | 7A | 0 | 4 | 31 | 7 | 37 | 4C | 46 |
| Octal | 355 | 343 | 172 | 0 | 4 | 61 | 7 | 67 | 114 | 106 |
| Binary | 11101101 | 11100011 | 1111010 | 0 | 100 | 110001 | 111 | 110111 | 1001100 | 1000110 |
Color Harmonies of #EDE37A
Complementary color
Monochromatic Colors of #EDE37A
Black with #EDE37A
Text Example
Text Example
White with #EDE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE37A; }
p { color: rgb(237,227,122); }
H1.HeaderClassName
{
color: #EDE37A;
}
.AnyTagClassName
{
color: #EDE37A;
}
</style>
background-color css
<style>
a { background-color: #EDE37A; }
a { background-color: rgb(237,227,122); }
div.DivClassName
{
background-color: #EDE37A;
}
.BgClassName
{
background-color: #EDE37A;
}
</style>
border-color css
<style>
span { border-color: #EDE37A; }
span { border-color: rgb(237,227,122); }
td.TdClassName
{
border-color: #EDE37A;
}
.TagClassName
{
border-color: #EDE37A;
}
</style>