Shades of Texas #EDF181
Tints of Texas #EDF181
RGB
CMYK
RGB Variations
Color information
#EDF181 (or 0xEDF181) is known color: Texas. HEX triplet: ED, F1 and 81. RGB value is (237,241,129). Sum of RGB (Red+Green+Blue) = 237+241+129=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF181 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF181 is #120E7E. Grayscale: #E3E3E3. Windows color (decimal): -1183359 or 8516077. OLE color: 8516077.
HSL color Cylindrical-coordinate representation of color #EDF181: hue angle of 62.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF181 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 129 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.14º | 0.8% | 0.73% | - |
| HSV(B) | 62.14º | 0.46% | 0.95% | - |
| XYZ | 70.34 | 82.5 | 32.99 | - |
| YUV | 227.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 129 | 0.02 | 0 | 0.46 | 0.05 | 62.14 | 0.8 | 0.73 |
| Hex | ED | F1 | 81 | 2 | 0 | 2E | 5 | 3E | 50 | 49 |
| Octal | 355 | 361 | 201 | 2 | 0 | 56 | 5 | 76 | 120 | 111 |
| Binary | 11101101 | 11110001 | 10000001 | 10 | 0 | 101110 | 101 | 111110 | 1010000 | 1001001 |
Color Harmonies of #EDF181
Complementary color
Monochromatic Colors of #EDF181
Black with #EDF181
Text Example
Text Example
White with #EDF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF181; }
p { color: rgb(237,241,129); }
H1.HeaderClassName
{
color: #EDF181;
}
.AnyTagClassName
{
color: #EDF181;
}
</style>
background-color css
<style>
a { background-color: #EDF181; }
a { background-color: rgb(237,241,129); }
div.DivClassName
{
background-color: #EDF181;
}
.BgClassName
{
background-color: #EDF181;
}
</style>
border-color css
<style>
span { border-color: #EDF181; }
span { border-color: rgb(237,241,129); }
td.TdClassName
{
border-color: #EDF181;
}
.TagClassName
{
border-color: #EDF181;
}
</style>