Shades of Texas #EDF27E
Tints of Texas #EDF27E
RGB
CMYK
RGB Variations
Color information
#EDF27E (or 0xEDF27E) is known color: Texas. HEX triplet: ED, F2 and 7E. RGB value is (237,242,126). Sum of RGB (Red+Green+Blue) = 237+242+126=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF27E is #120D81. Grayscale: #E3E3E3. Windows color (decimal): -1183106 or 8319725. OLE color: 8319725.
HSL color Cylindrical-coordinate representation of color #EDF27E: hue angle of 62.59º degrees, saturation: 0.82, 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 #EDF27E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 126 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 62.59º | 0.82% | 0.72% | - |
| HSV(B) | 62.59º | 0.48% | 0.95% | - |
| XYZ | 70.44 | 83.02 | 32.05 | - |
| YUV | 227.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 126 | 0.02 | 0 | 0.48 | 0.05 | 62.59 | 0.82 | 0.72 |
| Hex | ED | F2 | 7E | 2 | 0 | 30 | 5 | 3F | 52 | 48 |
| Octal | 355 | 362 | 176 | 2 | 0 | 60 | 5 | 77 | 122 | 110 |
| Binary | 11101101 | 11110010 | 1111110 | 10 | 0 | 110000 | 101 | 111111 | 1010010 | 1001000 |
Color Harmonies of #EDF27E
Complementary color
Monochromatic Colors of #EDF27E
Black with #EDF27E
Text Example
Text Example
White with #EDF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF27E; }
p { color: rgb(237,242,126); }
H1.HeaderClassName
{
color: #EDF27E;
}
.AnyTagClassName
{
color: #EDF27E;
}
</style>
background-color css
<style>
a { background-color: #EDF27E; }
a { background-color: rgb(237,242,126); }
div.DivClassName
{
background-color: #EDF27E;
}
.BgClassName
{
background-color: #EDF27E;
}
</style>
border-color css
<style>
span { border-color: #EDF27E; }
span { border-color: rgb(237,242,126); }
td.TdClassName
{
border-color: #EDF27E;
}
.TagClassName
{
border-color: #EDF27E;
}
</style>