Shades of Tidal #EDF18C
Tints of Tidal #EDF18C
RGB
CMYK
RGB Variations
Color information
#EDF18C (or 0xEDF18C) is known color: Tidal. HEX triplet: ED, F1 and 8C. RGB value is (237,241,140). Sum of RGB (Red+Green+Blue) = 237+241+140=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18C is #120E73. Grayscale: #E4E4E4. Windows color (decimal): -1183348 or 9236973. OLE color: 9236973.
HSL color Cylindrical-coordinate representation of color #EDF18C: hue angle of 62.38º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF18C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 140 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.05 |
| HSL | 62.38º | 0.78% | 0.75% | - |
| HSV(B) | 62.38º | 0.42% | 0.95% | - |
| XYZ | 71.11 | 82.81 | 37.05 | - |
| YUV | 228.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 140 | 0.02 | 0 | 0.42 | 0.05 | 62.38 | 0.78 | 0.75 |
| Hex | ED | F1 | 8C | 2 | 0 | 2A | 5 | 3E | 4E | 4B |
| Octal | 355 | 361 | 214 | 2 | 0 | 52 | 5 | 76 | 116 | 113 |
| Binary | 11101101 | 11110001 | 10001100 | 10 | 0 | 101010 | 101 | 111110 | 1001110 | 1001011 |
Color Harmonies of #EDF18C
Complementary color
Monochromatic Colors of #EDF18C
Black with #EDF18C
Text Example
Text Example
White with #EDF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF18C; }
p { color: rgb(237,241,140); }
H1.HeaderClassName
{
color: #EDF18C;
}
.AnyTagClassName
{
color: #EDF18C;
}
</style>
background-color css
<style>
a { background-color: #EDF18C; }
a { background-color: rgb(237,241,140); }
div.DivClassName
{
background-color: #EDF18C;
}
.BgClassName
{
background-color: #EDF18C;
}
</style>
border-color css
<style>
span { border-color: #EDF18C; }
span { border-color: rgb(237,241,140); }
td.TdClassName
{
border-color: #EDF18C;
}
.TagClassName
{
border-color: #EDF18C;
}
</style>