Shades of Texas #EDE37F
Tints of Texas #EDE37F
RGB
CMYK
RGB Variations
Color information
#EDE37F (or 0xEDE37F) is known color: Texas. HEX triplet: ED, E3 and 7F. RGB value is (237,227,127). Sum of RGB (Red+Green+Blue) = 237+227+127=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE37F is #121C80. Grayscale: #DBDBDB. Windows color (decimal): -1186945 or 8381421. OLE color: 8381421.
HSL color Cylindrical-coordinate representation of color #EDE37F: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE37F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 127 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 54.55º | 0.75% | 0.71% | - |
| HSV(B) | 54.55º | 0.46% | 0.93% | - |
| XYZ | 66.22 | 74.48 | 30.96 | - |
| YUV | 218.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 127 | 0 | 0.04 | 0.46 | 0.07 | 54.55 | 0.75 | 0.71 |
| Hex | ED | E3 | 7F | 0 | 4 | 2E | 7 | 37 | 4B | 47 |
| Octal | 355 | 343 | 177 | 0 | 4 | 56 | 7 | 67 | 113 | 107 |
| Binary | 11101101 | 11100011 | 1111111 | 0 | 100 | 101110 | 111 | 110111 | 1001011 | 1000111 |
Color Harmonies of #EDE37F
Complementary color
Monochromatic Colors of #EDE37F
Black with #EDE37F
Text Example
Text Example
White with #EDE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE37F; }
p { color: rgb(237,227,127); }
H1.HeaderClassName
{
color: #EDE37F;
}
.AnyTagClassName
{
color: #EDE37F;
}
</style>
background-color css
<style>
a { background-color: #EDE37F; }
a { background-color: rgb(237,227,127); }
div.DivClassName
{
background-color: #EDE37F;
}
.BgClassName
{
background-color: #EDE37F;
}
</style>
border-color css
<style>
span { border-color: #EDE37F; }
span { border-color: rgb(237,227,127); }
td.TdClassName
{
border-color: #EDE37F;
}
.TagClassName
{
border-color: #EDE37F;
}
</style>