Shades of Texas #EDE87B
Tints of Texas #EDE87B
RGB
CMYK
RGB Variations
Color information
#EDE87B (or 0xEDE87B) is known color: Texas. HEX triplet: ED, E8 and 7B. RGB value is (237,232,123). Sum of RGB (Red+Green+Blue) = 237+232+123=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87B is #121784. Grayscale: #DDDDDD. Windows color (decimal): -1185669 or 8120557. OLE color: 8120557.
HSL color Cylindrical-coordinate representation of color #EDE87B: hue angle of 57.37º 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 #EDE87B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 123 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.07 |
| HSL | 57.37º | 0.76% | 0.71% | - |
| HSV(B) | 57.37º | 0.48% | 0.93% | - |
| XYZ | 67.36 | 77.15 | 30.08 | - |
| YUV | 221.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 123 | 0 | 0.02 | 0.48 | 0.07 | 57.37 | 0.76 | 0.71 |
| Hex | ED | E8 | 7B | 0 | 2 | 30 | 7 | 39 | 4C | 47 |
| Octal | 355 | 350 | 173 | 0 | 2 | 60 | 7 | 71 | 114 | 107 |
| Binary | 11101101 | 11101000 | 1111011 | 0 | 10 | 110000 | 111 | 111001 | 1001100 | 1000111 |
Color Harmonies of #EDE87B
Complementary color
Monochromatic Colors of #EDE87B
Black with #EDE87B
Text Example
Text Example
White with #EDE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE87B; }
p { color: rgb(237,232,123); }
H1.HeaderClassName
{
color: #EDE87B;
}
.AnyTagClassName
{
color: #EDE87B;
}
</style>
background-color css
<style>
a { background-color: #EDE87B; }
a { background-color: rgb(237,232,123); }
div.DivClassName
{
background-color: #EDE87B;
}
.BgClassName
{
background-color: #EDE87B;
}
</style>
border-color css
<style>
span { border-color: #EDE87B; }
span { border-color: rgb(237,232,123); }
td.TdClassName
{
border-color: #EDE87B;
}
.TagClassName
{
border-color: #EDE87B;
}
</style>