Shades of Texas #EDE87C
Tints of Texas #EDE87C
RGB
CMYK
RGB Variations
Color information
#EDE87C (or 0xEDE87C) is known color: Texas. HEX triplet: ED, E8 and 7C. RGB value is (237,232,124). Sum of RGB (Red+Green+Blue) = 237+232+124=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87C is #121783. Grayscale: #DDDDDD. Windows color (decimal): -1185668 or 8186093. OLE color: 8186093.
HSL color Cylindrical-coordinate representation of color #EDE87C: hue angle of 57.35º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDE87C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 124 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.07 |
| HSL | 57.35º | 0.76% | 0.71% | - |
| HSV(B) | 57.35º | 0.48% | 0.93% | - |
| XYZ | 67.42 | 77.17 | 30.41 | - |
| YUV | 221.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 124 | 0 | 0.02 | 0.48 | 0.07 | 57.35 | 0.76 | 0.71 |
| Hex | ED | E8 | 7C | 0 | 2 | 30 | 7 | 39 | 4C | 47 |
| Octal | 355 | 350 | 174 | 0 | 2 | 60 | 7 | 71 | 114 | 107 |
| Binary | 11101101 | 11101000 | 1111100 | 0 | 10 | 110000 | 111 | 111001 | 1001100 | 1000111 |
Color Harmonies of #EDE87C
Complementary color
Monochromatic Colors of #EDE87C
Black with #EDE87C
Text Example
Text Example
White with #EDE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE87C; }
p { color: rgb(237,232,124); }
H1.HeaderClassName
{
color: #EDE87C;
}
.AnyTagClassName
{
color: #EDE87C;
}
</style>
background-color css
<style>
a { background-color: #EDE87C; }
a { background-color: rgb(237,232,124); }
div.DivClassName
{
background-color: #EDE87C;
}
.BgClassName
{
background-color: #EDE87C;
}
</style>
border-color css
<style>
span { border-color: #EDE87C; }
span { border-color: rgb(237,232,124); }
td.TdClassName
{
border-color: #EDE87C;
}
.TagClassName
{
border-color: #EDE87C;
}
</style>