Shades of Tidal #EDF38F
Tints of Tidal #EDF38F
RGB
CMYK
RGB Variations
Color information
#EDF38F (or 0xEDF38F) is known color: Tidal. HEX triplet: ED, F3 and 8F. RGB value is (237,243,143). Sum of RGB (Red+Green+Blue) = 237+243+143=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 143 (56.25% from 255 or 22.95% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF38F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF38F is #120C70. Grayscale: #E6E6E6. Windows color (decimal): -1182833 or 9434093. OLE color: 9434093.
HSL color Cylindrical-coordinate representation of color #EDF38F: hue angle of 63.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF38F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 143 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 63.6º | 0.81% | 0.76% | - |
| HSV(B) | 63.6º | 0.41% | 0.95% | - |
| XYZ | 71.93 | 84.09 | 38.43 | - |
| YUV | 229.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 143 | 0.02 | 0 | 0.41 | 0.05 | 63.6 | 0.81 | 0.76 |
| Hex | ED | F3 | 8F | 2 | 0 | 29 | 5 | 40 | 51 | 4C |
| Octal | 355 | 363 | 217 | 2 | 0 | 51 | 5 | 100 | 121 | 114 |
| Binary | 11101101 | 11110011 | 10001111 | 10 | 0 | 101001 | 101 | 1000000 | 1010001 | 1001100 |
Color Harmonies of #EDF38F
Complementary color
Monochromatic Colors of #EDF38F
Black with #EDF38F
Text Example
Text Example
White with #EDF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF38F; }
p { color: rgb(237,243,143); }
H1.HeaderClassName
{
color: #EDF38F;
}
.AnyTagClassName
{
color: #EDF38F;
}
</style>
background-color css
<style>
a { background-color: #EDF38F; }
a { background-color: rgb(237,243,143); }
div.DivClassName
{
background-color: #EDF38F;
}
.BgClassName
{
background-color: #EDF38F;
}
</style>
border-color css
<style>
span { border-color: #EDF38F; }
span { border-color: rgb(237,243,143); }
td.TdClassName
{
border-color: #EDF38F;
}
.TagClassName
{
border-color: #EDF38F;
}
</style>