Shades of Texas #EDE681
Tints of Texas #EDE681
RGB
CMYK
RGB Variations
Color information
#EDE681 (or 0xEDE681) is known color: Texas. HEX triplet: ED, E6 and 81. RGB value is (237,230,129). Sum of RGB (Red+Green+Blue) = 237+230+129=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE681 is #12197E. Grayscale: #DCDCDC. Windows color (decimal): -1186175 or 8513261. OLE color: 8513261.
HSL color Cylindrical-coordinate representation of color #EDE681: hue angle of 56.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE681 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 129 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 56.11º | 0.75% | 0.72% | - |
| HSV(B) | 56.11º | 0.46% | 0.93% | - |
| XYZ | 67.18 | 76.18 | 31.93 | - |
| YUV | 220.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 129 | 0 | 0.03 | 0.46 | 0.07 | 56.11 | 0.75 | 0.72 |
| Hex | ED | E6 | 81 | 0 | 3 | 2E | 7 | 38 | 4B | 48 |
| Octal | 355 | 346 | 201 | 0 | 3 | 56 | 7 | 70 | 113 | 110 |
| Binary | 11101101 | 11100110 | 10000001 | 0 | 11 | 101110 | 111 | 111000 | 1001011 | 1001000 |
Color Harmonies of #EDE681
Complementary color
Monochromatic Colors of #EDE681
Black with #EDE681
Text Example
Text Example
White with #EDE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE681; }
p { color: rgb(237,230,129); }
H1.HeaderClassName
{
color: #EDE681;
}
.AnyTagClassName
{
color: #EDE681;
}
</style>
background-color css
<style>
a { background-color: #EDE681; }
a { background-color: rgb(237,230,129); }
div.DivClassName
{
background-color: #EDE681;
}
.BgClassName
{
background-color: #EDE681;
}
</style>
border-color css
<style>
span { border-color: #EDE681; }
span { border-color: rgb(237,230,129); }
td.TdClassName
{
border-color: #EDE681;
}
.TagClassName
{
border-color: #EDE681;
}
</style>