Shades of Tidal #E6F993
Tints of Tidal #E6F993
RGB
CMYK
RGB Variations
Color information
#E6F993 (or 0xE6F993) is known color: Tidal. HEX triplet: E6, F9 and 93. RGB value is (230,249,147). Sum of RGB (Red+Green+Blue) = 230+249+147=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 147 (57.81% from 255 or 23.48% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F993 is #19066C. Grayscale: #E8E8E8. Windows color (decimal): -1640045 or 9697766. OLE color: 9697766.
HSL color Cylindrical-coordinate representation of color #E6F993: hue angle of 71.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6F993 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 147 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.02 |
| HSL | 71.18º | 0.89% | 0.78% | - |
| HSV(B) | 71.18º | 0.41% | 0.98% | - |
| XYZ | 71.78 | 86.68 | 40.55 | - |
| YUV | 231.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 147 | 0.08 | 0 | 0.41 | 0.02 | 71.18 | 0.89 | 0.78 |
| Hex | E6 | F9 | 93 | 8 | 0 | 29 | 2 | 47 | 59 | 4E |
| Octal | 346 | 371 | 223 | 10 | 0 | 51 | 2 | 107 | 131 | 116 |
| Binary | 11100110 | 11111001 | 10010011 | 1000 | 0 | 101001 | 10 | 1000111 | 1011001 | 1001110 |
Color Harmonies of #E6F993
Complementary color
Monochromatic Colors of #E6F993
Black with #E6F993
Text Example
Text Example
White with #E6F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F993; }
p { color: rgb(230,249,147); }
H1.HeaderClassName
{
color: #E6F993;
}
.AnyTagClassName
{
color: #E6F993;
}
</style>
background-color css
<style>
a { background-color: #E6F993; }
a { background-color: rgb(230,249,147); }
div.DivClassName
{
background-color: #E6F993;
}
.BgClassName
{
background-color: #E6F993;
}
</style>
border-color css
<style>
span { border-color: #E6F993; }
span { border-color: rgb(230,249,147); }
td.TdClassName
{
border-color: #E6F993;
}
.TagClassName
{
border-color: #E6F993;
}
</style>