Shades of Texas #EDE877
Tints of Texas #EDE877
RGB
CMYK
RGB Variations
Color information
#EDE877 (or 0xEDE877) is known color: Texas. HEX triplet: ED, E8 and 77. RGB value is (237,232,119). Sum of RGB (Red+Green+Blue) = 237+232+119=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE877 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE877 is #121788. Grayscale: #DDDDDD. Windows color (decimal): -1185673 or 7858413. OLE color: 7858413.
HSL color Cylindrical-coordinate representation of color #EDE877: hue angle of 57.46º 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 #EDE877 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 119 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.07 |
| HSL | 57.46º | 0.77% | 0.7% | - |
| HSV(B) | 57.46º | 0.5% | 0.93% | - |
| XYZ | 67.11 | 77.05 | 28.79 | - |
| YUV | 220.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 119 | 0 | 0.02 | 0.50 | 0.07 | 57.46 | 0.77 | 0.7 |
| Hex | ED | E8 | 77 | 0 | 2 | 32 | 7 | 39 | 4D | 46 |
| Octal | 355 | 350 | 167 | 0 | 2 | 62 | 7 | 71 | 115 | 106 |
| Binary | 11101101 | 11101000 | 1110111 | 0 | 10 | 110010 | 111 | 111001 | 1001101 | 1000110 |
Color Harmonies of #EDE877
Complementary color
Monochromatic Colors of #EDE877
Black with #EDE877
Text Example
Text Example
White with #EDE877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE877; }
p { color: rgb(237,232,119); }
H1.HeaderClassName
{
color: #EDE877;
}
.AnyTagClassName
{
color: #EDE877;
}
</style>
background-color css
<style>
a { background-color: #EDE877; }
a { background-color: rgb(237,232,119); }
div.DivClassName
{
background-color: #EDE877;
}
.BgClassName
{
background-color: #EDE877;
}
</style>
border-color css
<style>
span { border-color: #EDE877; }
span { border-color: rgb(237,232,119); }
td.TdClassName
{
border-color: #EDE877;
}
.TagClassName
{
border-color: #EDE877;
}
</style>