Shades of Texas #EDF07B
Tints of Texas #EDF07B
RGB
CMYK
RGB Variations
Color information
#EDF07B (or 0xEDF07B) is known color: Texas. HEX triplet: ED, F0 and 7B. RGB value is (237,240,123). Sum of RGB (Red+Green+Blue) = 237+240+123=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF07B is #120F84. Grayscale: #E2E2E2. Windows color (decimal): -1183621 or 8122605. OLE color: 8122605.
HSL color Cylindrical-coordinate representation of color #EDF07B: hue angle of 61.54º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF07B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 123 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.06 |
| HSL | 61.54º | 0.8% | 0.71% | - |
| HSV(B) | 61.54º | 0.49% | 0.94% | - |
| XYZ | 69.66 | 81.75 | 30.85 | - |
| YUV | 225.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 123 | 0.01 | 0 | 0.49 | 0.06 | 61.54 | 0.8 | 0.71 |
| Hex | ED | F0 | 7B | 1 | 0 | 31 | 6 | 3E | 50 | 47 |
| Octal | 355 | 360 | 173 | 1 | 0 | 61 | 6 | 76 | 120 | 107 |
| Binary | 11101101 | 11110000 | 1111011 | 1 | 0 | 110001 | 110 | 111110 | 1010000 | 1000111 |
Color Harmonies of #EDF07B
Complementary color
Monochromatic Colors of #EDF07B
Black with #EDF07B
Text Example
Text Example
White with #EDF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF07B; }
p { color: rgb(237,240,123); }
H1.HeaderClassName
{
color: #EDF07B;
}
.AnyTagClassName
{
color: #EDF07B;
}
</style>
background-color css
<style>
a { background-color: #EDF07B; }
a { background-color: rgb(237,240,123); }
div.DivClassName
{
background-color: #EDF07B;
}
.BgClassName
{
background-color: #EDF07B;
}
</style>
border-color css
<style>
span { border-color: #EDF07B; }
span { border-color: rgb(237,240,123); }
td.TdClassName
{
border-color: #EDF07B;
}
.TagClassName
{
border-color: #EDF07B;
}
</style>