Shades of Texas #EDF47E
Tints of Texas #EDF47E
RGB
CMYK
RGB Variations
Color information
#EDF47E (or 0xEDF47E) is known color: Texas. HEX triplet: ED, F4 and 7E. RGB value is (237,244,126). Sum of RGB (Red+Green+Blue) = 237+244+126=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47E is #120B81. Grayscale: #E4E4E4. Windows color (decimal): -1182594 or 8320237. OLE color: 8320237.
HSL color Cylindrical-coordinate representation of color #EDF47E: hue angle of 63.56º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF47E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 126 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.04 |
| HSL | 63.56º | 0.84% | 0.73% | - |
| HSV(B) | 63.56º | 0.48% | 0.96% | - |
| XYZ | 71.04 | 84.21 | 32.25 | - |
| YUV | 228.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 126 | 0.03 | 0 | 0.48 | 0.04 | 63.56 | 0.84 | 0.73 |
| Hex | ED | F4 | 7E | 3 | 0 | 30 | 4 | 40 | 54 | 49 |
| Octal | 355 | 364 | 176 | 3 | 0 | 60 | 4 | 100 | 124 | 111 |
| Binary | 11101101 | 11110100 | 1111110 | 11 | 0 | 110000 | 100 | 1000000 | 1010100 | 1001001 |
Color Harmonies of #EDF47E
Complementary color
Monochromatic Colors of #EDF47E
Black with #EDF47E
Text Example
Text Example
White with #EDF47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF47E; }
p { color: rgb(237,244,126); }
H1.HeaderClassName
{
color: #EDF47E;
}
.AnyTagClassName
{
color: #EDF47E;
}
</style>
background-color css
<style>
a { background-color: #EDF47E; }
a { background-color: rgb(237,244,126); }
div.DivClassName
{
background-color: #EDF47E;
}
.BgClassName
{
background-color: #EDF47E;
}
</style>
border-color css
<style>
span { border-color: #EDF47E; }
span { border-color: rgb(237,244,126); }
td.TdClassName
{
border-color: #EDF47E;
}
.TagClassName
{
border-color: #EDF47E;
}
</style>