Shades of Texas #EDF180
Tints of Texas #EDF180
RGB
CMYK
RGB Variations
Color information
#EDF180 (or 0xEDF180) is known color: Texas. HEX triplet: ED, F1 and 80. RGB value is (237,241,128). Sum of RGB (Red+Green+Blue) = 237+241+128=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF180 is #120E7F. Grayscale: #E3E3E3. Windows color (decimal): -1183360 or 8450541. OLE color: 8450541.
HSL color Cylindrical-coordinate representation of color #EDF180: hue angle of 62.12º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF180 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 128 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.12º | 0.8% | 0.72% | - |
| HSV(B) | 62.12º | 0.47% | 0.95% | - |
| XYZ | 70.28 | 82.47 | 32.64 | - |
| YUV | 226.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 128 | 0.02 | 0 | 0.47 | 0.05 | 62.12 | 0.8 | 0.72 |
| Hex | ED | F1 | 80 | 2 | 0 | 2F | 5 | 3E | 50 | 48 |
| Octal | 355 | 361 | 200 | 2 | 0 | 57 | 5 | 76 | 120 | 110 |
| Binary | 11101101 | 11110001 | 10000000 | 10 | 0 | 101111 | 101 | 111110 | 1010000 | 1001000 |
Color Harmonies of #EDF180
Complementary color
Monochromatic Colors of #EDF180
Black with #EDF180
Text Example
Text Example
White with #EDF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF180; }
p { color: rgb(237,241,128); }
H1.HeaderClassName
{
color: #EDF180;
}
.AnyTagClassName
{
color: #EDF180;
}
</style>
background-color css
<style>
a { background-color: #EDF180; }
a { background-color: rgb(237,241,128); }
div.DivClassName
{
background-color: #EDF180;
}
.BgClassName
{
background-color: #EDF180;
}
</style>
border-color css
<style>
span { border-color: #EDF180; }
span { border-color: rgb(237,241,128); }
td.TdClassName
{
border-color: #EDF180;
}
.TagClassName
{
border-color: #EDF180;
}
</style>