Shades of Texas #EDE87F
Tints of Texas #EDE87F
RGB
CMYK
RGB Variations
Color information
#EDE87F (or 0xEDE87F) is known color: Texas. HEX triplet: ED, E8 and 7F. RGB value is (237,232,127). Sum of RGB (Red+Green+Blue) = 237+232+127=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87F is #121780. Grayscale: #DDDDDD. Windows color (decimal): -1185665 or 8382701. OLE color: 8382701.
HSL color Cylindrical-coordinate representation of color #EDE87F: hue angle of 57.27º 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 #EDE87F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 127 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.27º | 0.75% | 0.71% | - |
| HSV(B) | 57.27º | 0.46% | 0.93% | - |
| XYZ | 67.61 | 77.25 | 31.43 | - |
| YUV | 221.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 127 | 0 | 0.02 | 0.46 | 0.07 | 57.27 | 0.75 | 0.71 |
| Hex | ED | E8 | 7F | 0 | 2 | 2E | 7 | 39 | 4B | 47 |
| Octal | 355 | 350 | 177 | 0 | 2 | 56 | 7 | 71 | 113 | 107 |
| Binary | 11101101 | 11101000 | 1111111 | 0 | 10 | 101110 | 111 | 111001 | 1001011 | 1000111 |
Color Harmonies of #EDE87F
Complementary color
Monochromatic Colors of #EDE87F
Black with #EDE87F
Text Example
Text Example
White with #EDE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE87F; }
p { color: rgb(237,232,127); }
H1.HeaderClassName
{
color: #EDE87F;
}
.AnyTagClassName
{
color: #EDE87F;
}
</style>
background-color css
<style>
a { background-color: #EDE87F; }
a { background-color: rgb(237,232,127); }
div.DivClassName
{
background-color: #EDE87F;
}
.BgClassName
{
background-color: #EDE87F;
}
</style>
border-color css
<style>
span { border-color: #EDE87F; }
span { border-color: rgb(237,232,127); }
td.TdClassName
{
border-color: #EDE87F;
}
.TagClassName
{
border-color: #EDE87F;
}
</style>