Shades of Tidal #EDF383
Tints of Tidal #EDF383
RGB
CMYK
RGB Variations
Color information
#EDF383 (or 0xEDF383) is known color: Tidal. HEX triplet: ED, F3 and 83. RGB value is (237,243,131). Sum of RGB (Red+Green+Blue) = 237+243+131=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 131 (51.56% from 255 or 21.44% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF383 is #120C7C. Grayscale: #E4E4E4. Windows color (decimal): -1182845 or 8647661. OLE color: 8647661.
HSL color Cylindrical-coordinate representation of color #EDF383: hue angle of 63.21º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF383 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 131 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 63.21º | 0.82% | 0.73% | - |
| HSV(B) | 63.21º | 0.46% | 0.95% | - |
| XYZ | 71.07 | 83.74 | 33.89 | - |
| YUV | 228.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 131 | 0.02 | 0 | 0.46 | 0.05 | 63.21 | 0.82 | 0.73 |
| Hex | ED | F3 | 83 | 2 | 0 | 2E | 5 | 3F | 52 | 49 |
| Octal | 355 | 363 | 203 | 2 | 0 | 56 | 5 | 77 | 122 | 111 |
| Binary | 11101101 | 11110011 | 10000011 | 10 | 0 | 101110 | 101 | 111111 | 1010010 | 1001001 |
Color Harmonies of #EDF383
Complementary color
Monochromatic Colors of #EDF383
Black with #EDF383
Text Example
Text Example
White with #EDF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF383; }
p { color: rgb(237,243,131); }
H1.HeaderClassName
{
color: #EDF383;
}
.AnyTagClassName
{
color: #EDF383;
}
</style>
background-color css
<style>
a { background-color: #EDF383; }
a { background-color: rgb(237,243,131); }
div.DivClassName
{
background-color: #EDF383;
}
.BgClassName
{
background-color: #EDF383;
}
</style>
border-color css
<style>
span { border-color: #EDF383; }
span { border-color: rgb(237,243,131); }
td.TdClassName
{
border-color: #EDF383;
}
.TagClassName
{
border-color: #EDF383;
}
</style>