Shades of Texas #EDE87E
Tints of Texas #EDE87E
RGB
CMYK
RGB Variations
Color information
#EDE87E (or 0xEDE87E) is known color: Texas. HEX triplet: ED, E8 and 7E. RGB value is (237,232,126). Sum of RGB (Red+Green+Blue) = 237+232+126=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87E is #121781. Grayscale: #DDDDDD. Windows color (decimal): -1185666 or 8317165. OLE color: 8317165.
HSL color Cylindrical-coordinate representation of color #EDE87E: hue angle of 57.3º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDE87E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 126 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.07 |
| HSL | 57.3º | 0.76% | 0.71% | - |
| HSV(B) | 57.3º | 0.47% | 0.93% | - |
| XYZ | 67.55 | 77.22 | 31.08 | - |
| YUV | 221.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 126 | 0 | 0.02 | 0.47 | 0.07 | 57.3 | 0.76 | 0.71 |
| Hex | ED | E8 | 7E | 0 | 2 | 2F | 7 | 39 | 4C | 47 |
| Octal | 355 | 350 | 176 | 0 | 2 | 57 | 7 | 71 | 114 | 107 |
| Binary | 11101101 | 11101000 | 1111110 | 0 | 10 | 101111 | 111 | 111001 | 1001100 | 1000111 |
Color Harmonies of #EDE87E
Complementary color
Monochromatic Colors of #EDE87E
Black with #EDE87E
Text Example
Text Example
White with #EDE87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE87E; }
p { color: rgb(237,232,126); }
H1.HeaderClassName
{
color: #EDE87E;
}
.AnyTagClassName
{
color: #EDE87E;
}
</style>
background-color css
<style>
a { background-color: #EDE87E; }
a { background-color: rgb(237,232,126); }
div.DivClassName
{
background-color: #EDE87E;
}
.BgClassName
{
background-color: #EDE87E;
}
</style>
border-color css
<style>
span { border-color: #EDE87E; }
span { border-color: rgb(237,232,126); }
td.TdClassName
{
border-color: #EDE87E;
}
.TagClassName
{
border-color: #EDE87E;
}
</style>