Shades of Texas #EDF37E
Tints of Texas #EDF37E
RGB
CMYK
RGB Variations
Color information
#EDF37E (or 0xEDF37E) is known color: Texas. HEX triplet: ED, F3 and 7E. RGB value is (237,243,126). Sum of RGB (Red+Green+Blue) = 237+243+126=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF37E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF37E is #120C81. Grayscale: #E4E4E4. Windows color (decimal): -1182850 or 8319981. OLE color: 8319981.
HSL color Cylindrical-coordinate representation of color #EDF37E: hue angle of 63.08º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF37E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 126 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 63.08º | 0.83% | 0.72% | - |
| HSV(B) | 63.08º | 0.48% | 0.95% | - |
| XYZ | 70.74 | 83.61 | 32.15 | - |
| YUV | 227.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 126 | 0.02 | 0 | 0.48 | 0.05 | 63.08 | 0.83 | 0.72 |
| Hex | ED | F3 | 7E | 2 | 0 | 30 | 5 | 3F | 53 | 48 |
| Octal | 355 | 363 | 176 | 2 | 0 | 60 | 5 | 77 | 123 | 110 |
| Binary | 11101101 | 11110011 | 1111110 | 10 | 0 | 110000 | 101 | 111111 | 1010011 | 1001000 |
Color Harmonies of #EDF37E
Complementary color
Monochromatic Colors of #EDF37E
Black with #EDF37E
Text Example
Text Example
White with #EDF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF37E; }
p { color: rgb(237,243,126); }
H1.HeaderClassName
{
color: #EDF37E;
}
.AnyTagClassName
{
color: #EDF37E;
}
</style>
background-color css
<style>
a { background-color: #EDF37E; }
a { background-color: rgb(237,243,126); }
div.DivClassName
{
background-color: #EDF37E;
}
.BgClassName
{
background-color: #EDF37E;
}
</style>
border-color css
<style>
span { border-color: #EDF37E; }
span { border-color: rgb(237,243,126); }
td.TdClassName
{
border-color: #EDF37E;
}
.TagClassName
{
border-color: #EDF37E;
}
</style>