Shades of Texas #EDEF81
Tints of Texas #EDEF81
RGB
CMYK
RGB Variations
Color information
#EDEF81 (or 0xEDEF81) is known color: Texas. HEX triplet: ED, EF and 81. RGB value is (237,239,129). Sum of RGB (Red+Green+Blue) = 237+239+129=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF81 is #12107E. Grayscale: #E2E2E2. Windows color (decimal): -1183871 or 8515565. OLE color: 8515565.
HSL color Cylindrical-coordinate representation of color #EDEF81: hue angle of 61.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDEF81 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 129 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.06 |
| HSL | 61.09º | 0.77% | 0.72% | - |
| HSV(B) | 61.09º | 0.46% | 0.94% | - |
| XYZ | 69.75 | 81.32 | 32.79 | - |
| YUV | 225.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 129 | 0.01 | 0 | 0.46 | 0.06 | 61.09 | 0.77 | 0.72 |
| Hex | ED | EF | 81 | 1 | 0 | 2E | 6 | 3D | 4D | 48 |
| Octal | 355 | 357 | 201 | 1 | 0 | 56 | 6 | 75 | 115 | 110 |
| Binary | 11101101 | 11101111 | 10000001 | 1 | 0 | 101110 | 110 | 111101 | 1001101 | 1001000 |
Color Harmonies of #EDEF81
Complementary color
Monochromatic Colors of #EDEF81
Black with #EDEF81
Text Example
Text Example
White with #EDEF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF81; }
p { color: rgb(237,239,129); }
H1.HeaderClassName
{
color: #EDEF81;
}
.AnyTagClassName
{
color: #EDEF81;
}
</style>
background-color css
<style>
a { background-color: #EDEF81; }
a { background-color: rgb(237,239,129); }
div.DivClassName
{
background-color: #EDEF81;
}
.BgClassName
{
background-color: #EDEF81;
}
</style>
border-color css
<style>
span { border-color: #EDEF81; }
span { border-color: rgb(237,239,129); }
td.TdClassName
{
border-color: #EDEF81;
}
.TagClassName
{
border-color: #EDEF81;
}
</style>