Shades of Texas #EDF07D
Tints of Texas #EDF07D
RGB
CMYK
RGB Variations
Color information
#EDF07D (or 0xEDF07D) is known color: Texas. HEX triplet: ED, F0 and 7D. RGB value is (237,240,125). Sum of RGB (Red+Green+Blue) = 237+240+125=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF07D is #120F82. Grayscale: #E2E2E2. Windows color (decimal): -1183619 or 8253677. OLE color: 8253677.
HSL color Cylindrical-coordinate representation of color #EDF07D: hue angle of 61.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF07D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 125 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.06 |
| HSL | 61.57º | 0.79% | 0.72% | - |
| HSV(B) | 61.57º | 0.48% | 0.94% | - |
| XYZ | 69.79 | 81.81 | 31.51 | - |
| YUV | 225.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 125 | 0.01 | 0 | 0.48 | 0.06 | 61.57 | 0.79 | 0.72 |
| Hex | ED | F0 | 7D | 1 | 0 | 30 | 6 | 3E | 4F | 48 |
| Octal | 355 | 360 | 175 | 1 | 0 | 60 | 6 | 76 | 117 | 110 |
| Binary | 11101101 | 11110000 | 1111101 | 1 | 0 | 110000 | 110 | 111110 | 1001111 | 1001000 |
Color Harmonies of #EDF07D
Complementary color
Monochromatic Colors of #EDF07D
Black with #EDF07D
Text Example
Text Example
White with #EDF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF07D; }
p { color: rgb(237,240,125); }
H1.HeaderClassName
{
color: #EDF07D;
}
.AnyTagClassName
{
color: #EDF07D;
}
</style>
background-color css
<style>
a { background-color: #EDF07D; }
a { background-color: rgb(237,240,125); }
div.DivClassName
{
background-color: #EDF07D;
}
.BgClassName
{
background-color: #EDF07D;
}
</style>
border-color css
<style>
span { border-color: #EDF07D; }
span { border-color: rgb(237,240,125); }
td.TdClassName
{
border-color: #EDF07D;
}
.TagClassName
{
border-color: #EDF07D;
}
</style>