Shades of Texas #EDF37F
Tints of Texas #EDF37F
RGB
CMYK
RGB Variations
Color information
#EDF37F (or 0xEDF37F) is known color: Texas. HEX triplet: ED, F3 and 7F. RGB value is (237,243,127). Sum of RGB (Red+Green+Blue) = 237+243+127=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF37F is #120C80. Grayscale: #E4E4E4. Windows color (decimal): -1182849 or 8385517. OLE color: 8385517.
HSL color Cylindrical-coordinate representation of color #EDF37F: hue angle of 63.1º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF37F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 63.1º | 0.83% | 0.73% | - |
| HSV(B) | 63.1º | 0.48% | 0.95% | - |
| XYZ | 70.81 | 83.64 | 32.49 | - |
| YUV | 227.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 127 | 0.02 | 0 | 0.48 | 0.05 | 63.1 | 0.83 | 0.73 |
| Hex | ED | F3 | 7F | 2 | 0 | 30 | 5 | 3F | 53 | 49 |
| Octal | 355 | 363 | 177 | 2 | 0 | 60 | 5 | 77 | 123 | 111 |
| Binary | 11101101 | 11110011 | 1111111 | 10 | 0 | 110000 | 101 | 111111 | 1010011 | 1001001 |
Color Harmonies of #EDF37F
Complementary color
Monochromatic Colors of #EDF37F
Black with #EDF37F
Text Example
Text Example
White with #EDF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF37F; }
p { color: rgb(237,243,127); }
H1.HeaderClassName
{
color: #EDF37F;
}
.AnyTagClassName
{
color: #EDF37F;
}
</style>
background-color css
<style>
a { background-color: #EDF37F; }
a { background-color: rgb(237,243,127); }
div.DivClassName
{
background-color: #EDF37F;
}
.BgClassName
{
background-color: #EDF37F;
}
</style>
border-color css
<style>
span { border-color: #EDF37F; }
span { border-color: rgb(237,243,127); }
td.TdClassName
{
border-color: #EDF37F;
}
.TagClassName
{
border-color: #EDF37F;
}
</style>