Shades of Texas #EDE881
Tints of Texas #EDE881
RGB
CMYK
RGB Variations
Color information
#EDE881 (or 0xEDE881) is known color: Texas. HEX triplet: ED, E8 and 81. RGB value is (237,232,129). Sum of RGB (Red+Green+Blue) = 237+232+129=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE881 is #12177E. Grayscale: #DEDEDE. Windows color (decimal): -1185663 or 8513773. OLE color: 8513773.
HSL color Cylindrical-coordinate representation of color #EDE881: hue angle of 57.22º 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 #EDE881 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 129 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.22º | 0.75% | 0.72% | - |
| HSV(B) | 57.22º | 0.46% | 0.93% | - |
| XYZ | 67.74 | 77.3 | 32.12 | - |
| YUV | 221.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 129 | 0 | 0.02 | 0.46 | 0.07 | 57.22 | 0.75 | 0.72 |
| Hex | ED | E8 | 81 | 0 | 2 | 2E | 7 | 39 | 4B | 48 |
| Octal | 355 | 350 | 201 | 0 | 2 | 56 | 7 | 71 | 113 | 110 |
| Binary | 11101101 | 11101000 | 10000001 | 0 | 10 | 101110 | 111 | 111001 | 1001011 | 1001000 |
Color Harmonies of #EDE881
Complementary color
Monochromatic Colors of #EDE881
Black with #EDE881
Text Example
Text Example
White with #EDE881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE881; }
p { color: rgb(237,232,129); }
H1.HeaderClassName
{
color: #EDE881;
}
.AnyTagClassName
{
color: #EDE881;
}
</style>
background-color css
<style>
a { background-color: #EDE881; }
a { background-color: rgb(237,232,129); }
div.DivClassName
{
background-color: #EDE881;
}
.BgClassName
{
background-color: #EDE881;
}
</style>
border-color css
<style>
span { border-color: #EDE881; }
span { border-color: rgb(237,232,129); }
td.TdClassName
{
border-color: #EDE881;
}
.TagClassName
{
border-color: #EDE881;
}
</style>