Shades of Texas #EDED77
Tints of Texas #EDED77
RGB
CMYK
RGB Variations
Color information
#EDED77 (or 0xEDED77) is known color: Texas. HEX triplet: ED, ED and 77. RGB value is (237,237,119). Sum of RGB (Red+Green+Blue) = 237+237+119=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED77 is #121288. Grayscale: #E0E0E0. Windows color (decimal): -1184393 or 7859693. OLE color: 7859693.
HSL color Cylindrical-coordinate representation of color #EDED77: hue angle of 60º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDED77 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 119 | - |
| CMYK | 0 | 0 | 0.50 | 0.07 |
| HSL | 60º | 0.77% | 0.7% | - |
| HSV(B) | 60º | 0.5% | 0.93% | - |
| XYZ | 68.54 | 79.9 | 29.26 | - |
| YUV | 223.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 119 | 0 | 0 | 0.50 | 0.07 | 60 | 0.77 | 0.7 |
| Hex | ED | ED | 77 | 0 | 0 | 32 | 7 | 3C | 4D | 46 |
| Octal | 355 | 355 | 167 | 0 | 0 | 62 | 7 | 74 | 115 | 106 |
| Binary | 11101101 | 11101101 | 1110111 | 0 | 0 | 110010 | 111 | 111100 | 1001101 | 1000110 |
Color Harmonies of #EDED77
Complementary color
Monochromatic Colors of #EDED77
Black with #EDED77
Text Example
Text Example
White with #EDED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED77; }
p { color: rgb(237,237,119); }
H1.HeaderClassName
{
color: #EDED77;
}
.AnyTagClassName
{
color: #EDED77;
}
</style>
background-color css
<style>
a { background-color: #EDED77; }
a { background-color: rgb(237,237,119); }
div.DivClassName
{
background-color: #EDED77;
}
.BgClassName
{
background-color: #EDED77;
}
</style>
border-color css
<style>
span { border-color: #EDED77; }
span { border-color: rgb(237,237,119); }
td.TdClassName
{
border-color: #EDED77;
}
.TagClassName
{
border-color: #EDED77;
}
</style>