Shades of Texas #EDF37D
Tints of Texas #EDF37D
RGB
CMYK
RGB Variations
Color information
#EDF37D (or 0xEDF37D) is known color: Texas. HEX triplet: ED, F3 and 7D. RGB value is (237,243,125). Sum of RGB (Red+Green+Blue) = 237+243+125=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF37D is #120C82. Grayscale: #E4E4E4. Windows color (decimal): -1182851 or 8254445. OLE color: 8254445.
HSL color Cylindrical-coordinate representation of color #EDF37D: hue angle of 63.05º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF37D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 125 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.05 |
| HSL | 63.05º | 0.83% | 0.72% | - |
| HSV(B) | 63.05º | 0.49% | 0.95% | - |
| XYZ | 70.68 | 83.59 | 31.81 | - |
| YUV | 227.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 125 | 0.02 | 0 | 0.49 | 0.05 | 63.05 | 0.83 | 0.72 |
| Hex | ED | F3 | 7D | 2 | 0 | 31 | 5 | 3F | 53 | 48 |
| Octal | 355 | 363 | 175 | 2 | 0 | 61 | 5 | 77 | 123 | 110 |
| Binary | 11101101 | 11110011 | 1111101 | 10 | 0 | 110001 | 101 | 111111 | 1010011 | 1001000 |
Color Harmonies of #EDF37D
Complementary color
Monochromatic Colors of #EDF37D
Black with #EDF37D
Text Example
Text Example
White with #EDF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF37D; }
p { color: rgb(237,243,125); }
H1.HeaderClassName
{
color: #EDF37D;
}
.AnyTagClassName
{
color: #EDF37D;
}
</style>
background-color css
<style>
a { background-color: #EDF37D; }
a { background-color: rgb(237,243,125); }
div.DivClassName
{
background-color: #EDF37D;
}
.BgClassName
{
background-color: #EDF37D;
}
</style>
border-color css
<style>
span { border-color: #EDF37D; }
span { border-color: rgb(237,243,125); }
td.TdClassName
{
border-color: #EDF37D;
}
.TagClassName
{
border-color: #EDF37D;
}
</style>