Shades of Texas #EDEA7F
Tints of Texas #EDEA7F
RGB
CMYK
RGB Variations
Color information
#EDEA7F (or 0xEDEA7F) is known color: Texas. HEX triplet: ED, EA and 7F. RGB value is (237,234,127). Sum of RGB (Red+Green+Blue) = 237+234+127=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA7F is #121580. Grayscale: #DFDFDF. Windows color (decimal): -1185153 or 8383213. OLE color: 8383213.
HSL color Cylindrical-coordinate representation of color #EDEA7F: hue angle of 58.36º 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 #EDEA7F is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 127 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.07 |
| HSL | 58.36º | 0.75% | 0.71% | - |
| HSV(B) | 58.36º | 0.46% | 0.93% | - |
| XYZ | 68.18 | 78.38 | 31.61 | - |
| YUV | 222.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 127 | 0 | 0.01 | 0.46 | 0.07 | 58.36 | 0.75 | 0.71 |
| Hex | ED | EA | 7F | 0 | 1 | 2E | 7 | 3A | 4B | 47 |
| Octal | 355 | 352 | 177 | 0 | 1 | 56 | 7 | 72 | 113 | 107 |
| Binary | 11101101 | 11101010 | 1111111 | 0 | 1 | 101110 | 111 | 111010 | 1001011 | 1000111 |
Color Harmonies of #EDEA7F
Complementary color
Monochromatic Colors of #EDEA7F
Black with #EDEA7F
Text Example
Text Example
White with #EDEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA7F; }
p { color: rgb(237,234,127); }
H1.HeaderClassName
{
color: #EDEA7F;
}
.AnyTagClassName
{
color: #EDEA7F;
}
</style>
background-color css
<style>
a { background-color: #EDEA7F; }
a { background-color: rgb(237,234,127); }
div.DivClassName
{
background-color: #EDEA7F;
}
.BgClassName
{
background-color: #EDEA7F;
}
</style>
border-color css
<style>
span { border-color: #EDEA7F; }
span { border-color: rgb(237,234,127); }
td.TdClassName
{
border-color: #EDEA7F;
}
.TagClassName
{
border-color: #EDEA7F;
}
</style>