Shades of Texas #EDE87A
Tints of Texas #EDE87A
RGB
CMYK
RGB Variations
Color information
#EDE87A (or 0xEDE87A) is known color: Texas. HEX triplet: ED, E8 and 7A. RGB value is (237,232,122). Sum of RGB (Red+Green+Blue) = 237+232+122=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87A is #121785. Grayscale: #DDDDDD. Windows color (decimal): -1185670 or 8055021. OLE color: 8055021.
HSL color Cylindrical-coordinate representation of color #EDE87A: hue angle of 57.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE87A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 122 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.07 |
| HSL | 57.39º | 0.76% | 0.7% | - |
| HSV(B) | 57.39º | 0.49% | 0.93% | - |
| XYZ | 67.29 | 77.12 | 29.75 | - |
| YUV | 220.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 122 | 0 | 0.02 | 0.49 | 0.07 | 57.39 | 0.76 | 0.7 |
| Hex | ED | E8 | 7A | 0 | 2 | 31 | 7 | 39 | 4C | 46 |
| Octal | 355 | 350 | 172 | 0 | 2 | 61 | 7 | 71 | 114 | 106 |
| Binary | 11101101 | 11101000 | 1111010 | 0 | 10 | 110001 | 111 | 111001 | 1001100 | 1000110 |
Color Harmonies of #EDE87A
Complementary color
Monochromatic Colors of #EDE87A
Black with #EDE87A
Text Example
Text Example
White with #EDE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE87A; }
p { color: rgb(237,232,122); }
H1.HeaderClassName
{
color: #EDE87A;
}
.AnyTagClassName
{
color: #EDE87A;
}
</style>
background-color css
<style>
a { background-color: #EDE87A; }
a { background-color: rgb(237,232,122); }
div.DivClassName
{
background-color: #EDE87A;
}
.BgClassName
{
background-color: #EDE87A;
}
</style>
border-color css
<style>
span { border-color: #EDE87A; }
span { border-color: rgb(237,232,122); }
td.TdClassName
{
border-color: #EDE87A;
}
.TagClassName
{
border-color: #EDE87A;
}
</style>