Shades of Texas #EDE57F
Tints of Texas #EDE57F
RGB
CMYK
RGB Variations
Color information
#EDE57F (or 0xEDE57F) is known color: Texas. HEX triplet: ED, E5 and 7F. RGB value is (237,229,127). Sum of RGB (Red+Green+Blue) = 237+229+127=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE57F is #121A80. Grayscale: #DCDCDC. Windows color (decimal): -1186433 or 8381933. OLE color: 8381933.
HSL color Cylindrical-coordinate representation of color #EDE57F: hue angle of 55.64º 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 #EDE57F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 127 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 55.64º | 0.75% | 0.71% | - |
| HSV(B) | 55.64º | 0.46% | 0.93% | - |
| XYZ | 66.78 | 75.58 | 31.15 | - |
| YUV | 219.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 127 | 0 | 0.03 | 0.46 | 0.07 | 55.64 | 0.75 | 0.71 |
| Hex | ED | E5 | 7F | 0 | 3 | 2E | 7 | 38 | 4B | 47 |
| Octal | 355 | 345 | 177 | 0 | 3 | 56 | 7 | 70 | 113 | 107 |
| Binary | 11101101 | 11100101 | 1111111 | 0 | 11 | 101110 | 111 | 111000 | 1001011 | 1000111 |
Color Harmonies of #EDE57F
Complementary color
Monochromatic Colors of #EDE57F
Black with #EDE57F
Text Example
Text Example
White with #EDE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE57F; }
p { color: rgb(237,229,127); }
H1.HeaderClassName
{
color: #EDE57F;
}
.AnyTagClassName
{
color: #EDE57F;
}
</style>
background-color css
<style>
a { background-color: #EDE57F; }
a { background-color: rgb(237,229,127); }
div.DivClassName
{
background-color: #EDE57F;
}
.BgClassName
{
background-color: #EDE57F;
}
</style>
border-color css
<style>
span { border-color: #EDE57F; }
span { border-color: rgb(237,229,127); }
td.TdClassName
{
border-color: #EDE57F;
}
.TagClassName
{
border-color: #EDE57F;
}
</style>